API Explorer

Test MCP tools interactively. Select a tool, fill in the arguments, and execute.

Tool Selection

Search for government jurisdictions by name

Arguments

curl Command

curl -X POST http://localhost:4091/mcp/message \
  -H 'Content-Type: application/json' \
  -d '{"id":1,"params":{"name":"search_jurisdictions","arguments":{}},"method":"tools/call","jsonrpc":"2.0"}'

Copy this command to test from your terminal.

Response

Click "Execute" to see the response

Quick Start Integration

Integrate Civic Bot with your AI application in 3 steps:

  1. Initialize - Send an initialize request to establish the MCP connection
  2. List Tools - Call tools/list to discover available tools
  3. Call Tools - Use tools/call with tool name and arguments