← Back to browse

agent-toolbelt

Indexed by io.github.rccola990-cloud

About

MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add agent-toolbelt -- npx @rileycraig/agent-toolbelt
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"agent-toolbelt","command":"npx","args":["@rileycraig/agent-toolbelt"]}'
JSON
{
  "mcpServers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": [
        "@rileycraig/agent-toolbelt"
      ]
    }
  }
}