Loading MCP server directory, please wait...
Search, build and manage Inflectiv datasets and AI agents, plus ChainAware on-chain intelligence.
npx @getmcp/cli add io.github.inflectiv/inflectiv-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
INFLECTIV_API_KEYAPI key scoped to a dataset (starts with `inf_`). Create one from any dataset page in the dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.inflectiv/inflectiv-mcp-server": {
"command": "npx",
"args": [
"-y",
"@inflectiv-ai/inflectiv-mcp"
],
"env": {
"INFLECTIV_API_KEY": "",
"INFLECTIV_BASE_URL": "https://app.inflectiv.ai/api/platform",
"INFLECTIV_WALLET_PRIVATE_KEY": ""
}
}
}
}