API Endpoint
The MCP Hub endpoint is:Authentication
The MCP Hub supports multiple authentication methods:Bearer Token (Civic Auth)
For user-facing applications using Civic Auth OAuth2 flow:API Key
For server-to-server communication:Integration Methods
1. Claude Desktop Integration
Connect Claude Desktop to Civic MCP Hub using the Hub Bridge.Installation (MacOS)
- npm
- homebrew
Manual Configuration (PC, Linux etc)
Add the following to your Claude Desktop configuration:- macOS
- Windows
- Linux
2. Vercel AI SDK Integration
Use the MCP Hub with Vercel AI SDK for building AI applications.3. n8n Workflow Integration
Build AI-powered workflows with n8n and Civic Labs.Prerequisites
- Import the example workflow into your n8n instance
- Configure your AWS Bedrock credentials in n8n (or use another AI model)
- Contact us to obtain an API key for the MCP Hub
Setup
Add your MCP Hub API key as a Header Auth credential in n8n:- Calling MCP Hub API endpoints
- Integrating with AI models
- Building conversational agents with MCP tools
- Error handling and retries
4. Direct API Integration
For custom integrations, use the MCP Hub API directly:Additional Resources
- MCP Protocol Documentation
- API Reference (request access)

