Civic Hub MCP API

Civic Hub is a Model Context Protocol gateway that provides AI agents with secure, audited access to 80+ external tools and services through a single Streamable HTTP endpoint. Authentication uses 30-day Bearer tokens generated at app.civic.com. The gateway enforces least-privilege guardrails at the tool, server, and toolkit levels, logs every tool call with parameters and responses, manages OAuth tokens and API keys for connected services, and supports instant revocation of all agent access with a single click. Compatible with Anthropic SDK, OpenAI Agents SDK, LangChain, LangGraph, Pydantic AI, Vercel AI SDK, and all standard MCP clients.

API entry from apis.yml

apis.yml Raw ↑
aid: civic:civic-hub-mcp-api
name: Civic Hub MCP API
description: 'Civic Hub is a Model Context Protocol gateway that provides AI agents with secure, audited
  access to 80+ external tools and services through a single Streamable HTTP endpoint. Authentication
  uses 30-day Bearer tokens generated at app.civic.com. The gateway enforces least-privilege guardrails
  at the tool, server, and toolkit levels, logs every tool call with parameters and responses, manages
  OAuth tokens and API keys for connected services, and supports instant revocation of all agent access
  with a single click. Compatible with Anthropic SDK, OpenAI Agents SDK, LangChain, LangGraph, Pydantic
  AI, Vercel AI SDK, and all standard MCP clients.

  '
humanURL: https://docs.civic.com/
baseURL: https://app.civic.com/hub/mcp
tags:
- AI Agents
- Audit Logging
- Guardrails
- MCP
- Security
- Tool Access
properties:
- type: Documentation
  url: https://docs.civic.com/
- type: GettingStarted
  url: https://docs.civic.com/civic/quickstart
- type: Authentication
  url: https://docs.civic.com/civic/reference/security
- type: Changelog
  url: https://docs.civic.com/civic/changelog
- type: Repository
  url: https://github.com/civicteam/typescript-sdk