MCP Server

Server running at http://mcp-server-mjp-01-dev-eocyq.dev-workflow-uat-nov-22-brunch.002.eastus2.containers.sbp.eyclienthub.com

Endpoints

Connect with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "census": {
      "url": "http://mcp-server-mjp-01-dev-eocyq.dev-workflow-uat-nov-22-brunch.002.eastus2.containers.sbp.eyclienthub.com/mcp"
    }
  }
}

Connect with MCP Inspector

npx @modelcontextprotocol/inspector --transport http --server-url http://mcp-server-mjp-01-dev-eocyq.dev-workflow-uat-nov-22-brunch.002.eastus2.containers.sbp.eyclienthub.com/mcp

Available Tools

Example Request

curl -X POST http://mcp-server-mjp-01-dev-eocyq.dev-workflow-uat-nov-22-brunch.002.eastus2.containers.sbp.eyclienthub.com/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "initialize",
    "params": {
      "protocolVersion": "2024-11-05",
      "capabilities": {},
      "clientInfo": {"name": "test", "version": "1.0.0"}
    }
  }'