Skip to main content

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

SystemApplication
Case managementQuery and update case data
Base registrationsRetrieve address and personal data
Permit systemCheck permits
Archive systemSearch documents

Technical Requirements

  • Server with MCP implementation
  • HTTPS connection
  • Authentication mechanism
  • API documentation

Setup

  1. Develop or configure your MCP Server
  2. Ensure secure hosting
  3. Go to AdminIntegrationsCustom MCP Server
  4. Enter the server URL and credentials
  5. 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