AI4CA MCP Server

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.

For users

Install AI4CA in your AI assistant: ai4ca.in/ai-assistant

For developers / agent builders

Quick test

curl -s https://mcp.ai4ca.in/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'