Custom MCP Server
With a custom MCP Server, you can connect AI-Public with your own systems and applications via the Model Context Protocol.
What is an MCP Server?
An MCP Server is a service that implements the Model Context Protocol. This allows you to give the AI assistant access to:
- Internal databases and systems
- Domain-specific applications
- Legacy systems
- Your own APIs
Capabilities
- Custom integrations: Connect with any system
- Internal data: Access to organization-specific information
- Process automation: Control internal workflows
- Secure: Within your own infrastructure
Government Examples
| System | Application |
|---|---|
| Case management | Query and update case data |
| Base registrations | Retrieve address and personal data |
| Permit system | Check permits |
| Archive system | Search documents |
Technical Requirements
- Server with MCP implementation
- HTTPS connection
- Authentication mechanism
- API documentation
Setup
- Develop or configure your MCP Server
- Ensure secure hosting
- Go to Admin → Integrations → Custom MCP Server
- Enter the server URL and credentials
- Test the connection
{
"name": "Municipal Case System",
"url": "https://mcp.municipality.gov/cases",
"auth": {
"type": "bearer",
"token": "****"
}
}
Development Resources
Need help?
Contact our support for assistance developing a custom MCP Server for your organization.
Privacy and Security
- Runs within your own infrastructure
- Full control over data access
- Integration with existing authentication
- Logging and audit capabilities