← Back to Plugins
MCP Server MCP

AgentFeed on Algorand

github By github 👁 1 views ▲ 0 votes

Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed.

Homepage Verified source GitHub

Install

npx -y @seekdaseek/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@seekdaseek/agentfeed-algo",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "25 word mnemonic for the Algorand account that pays. Optional: the catalog tool needs no key.",
          "isSecret": true,
          "name": "ALGO_PAYER_MNEMONIC"
        },
        {
          "description": "Override the endpoint. Defaults to https://algo.ochinimus.app",
          "name": "AGENTFEED_ALGO_URL"
        },
        {
          "description": "mainnet or testnet. Defaults to mainnet.",
          "name": "ALGO_NETWORK"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...