← Back to Plugins
MCP Server MCP

io.github.saviodamato/agentrank-mcp

github By github 👁 1 views ▲ 0 votes

Find real, verifiable businesses with provenance and source URLs - for AI agents.

Homepage Verified source GitHub

Install

uvx agentrank-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "agentrank-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AgentRank agent API key (register at https://agentsafepath.com/registrar.html).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENTRANK_API_KEY"
        },
        {
          "description": "API base URL (optional).",
          "format": "string",
          "name": "AGENTRANK_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...