Skip to content

ainfera-ai/examples-mcp

examples-mcp — Ainfera as an MCP Server

Add Ainfera to Claude Desktop, Cursor, VS Code, or any MCP-aware client. 30 seconds of config.

What you get as MCP tools

  • inference.create — drain-proof inference across 5 frontier models
  • agents.register — mint a new Agent Card
  • wallet.topup — add USDC to an agent's wallet
  • wallet.balance — check remaining caps
  • audit.fetch — pull hash-chained receipts

Plus the rest of the platform surface. Full list at mcp.ainfera.ai/tools.

Claude Desktop

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.

Cursor

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.

VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "ainfera": {
      "url": "https://mcp.ainfera.ai",
      "headers": {
        "Authorization": "Bearer ai_live_REPLACE_ME"
      }
    }
  }
}

Sample at vscode-mcp.json.

Any MCP client

Same shape — point at https://mcp.ainfera.ai with your ai_live_* Bearer token. Get a free key at https://app.ainfera.ai/signup.

Test it

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.

Other examples

Apache 2.0. © Ainfera Inc. 2026.

About

Add Ainfera to Claude Desktop, Cursor, or any MCP client. 30 seconds of config.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors