Add Graph Advocate to Your Agent
Choose the integration that fits your stack. All options return the same real search results.
Works with any framework — LangChain, CrewAI, AutoGPT, or plain code. Just POST a JSON message.
curl -X POST https://graph-advocate-production.up.railway.app/chat \
-H "Content-Type: application/json" \
-d '{"message": "Find me Uniswap subgraphs"}'
Response: {"reply": "..."} — works with any HTTP client
Google's Agent-to-Agent protocol. Discover the agent card and send JSON-RPC 2.0 requests.
Agent Card: https://graph-advocate-production.up.railway.app/.well-known/agent-card.json
Endpoint: POST https://graph-advocate-production.up.railway.app/
Works with: A2A-compatible agents (Google, Fetch.ai, etc.)
Add as an MCP server in Claude Code, Cursor, Windsurf, or any MCP-compatible client.
{
"mcpServers": {
"graph-advocate": {
"command": "npx",
"args": ["-y", "graph-advocate-mcp"]
}
}
}
Works with: Claude Code, Cursor, Windsurf, Zed, any MCP client
Install as a skill in any OpenClaw-compatible agent.
Skill: graph-advocate
GitHub: https://github.com/PaulieB14/graph-advocate
Works with: OpenClaw agents