Add Ainfera to Claude Desktop, Cursor, VS Code, or any MCP-aware client. 30 seconds of config.
inference.create— drain-proof inference across 5 frontier modelsagents.register— mint a new Agent Cardwallet.topup— add USDC to an agent's walletwallet.balance— check remaining capsaudit.fetch— pull hash-chained receipts
Plus the rest of the platform surface. Full list at mcp.ainfera.ai/tools.
Edit your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ainfera": {
"url": "https://mcp.ainfera.ai",
"headers": {
"Authorization": "Bearer ai_live_REPLACE_ME"
}
}
}
}Sample provided at claude-desktop-config.json.
Restart Claude Desktop, then type @ainfera to use the tools.
Add to .cursor/mcp.json in your repo, or ~/.cursor/mcp.json
globally:
{
"mcpServers": {
"ainfera": {
"url": "https://mcp.ainfera.ai",
"headers": {
"Authorization": "Bearer ai_live_REPLACE_ME"
}
}
}
}Sample at cursor-mcp.json.
Add to .vscode/mcp.json:
{
"servers": {
"ainfera": {
"url": "https://mcp.ainfera.ai",
"headers": {
"Authorization": "Bearer ai_live_REPLACE_ME"
}
}
}
}Sample at vscode-mcp.json.
Same shape — point at https://mcp.ainfera.ai with your ai_live_*
Bearer token. Get a free key at https://app.ainfera.ai/signup.
After connecting:
@ainfera register a new agent named "my-research-bot" with a $5 daily cap
@ainfera run inference: "Summarize the EU AI Act Annex IV" using claude-opus-4-7
@ainfera show the audit chain for my-research-bot
Each call is hash-chained and signed. Open the audit URL the tool returns to verify the receipt offline.
- examples-openai-compat — universal OpenAI-compat wedge (the simplest drop-in)
- examples-langchain — LangChain
- examples-crewai — CrewAI
- examples-google-adk — Google ADK
Apache 2.0. © Ainfera Inc. 2026.