Model Context Protocol endpoint for AI4CA's 10 callable tools.
This is a JSON-RPC 2.0 endpoint. AI assistants like Claude Desktop, ChatGPT (with MCP support), Cursor, and OpenWebUI auto-discover and call this from their connector UIs. Humans don't browse it directly.
Install AI4CA in your AI assistant: ai4ca.in/ai-assistant
POST https://mcp.ai4ca.in/mcpAuthorization: Bearer <token> from app.ai4ca.in/settings/api-tokenscurl -s https://mcp.ai4ca.in/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'