AgentFeed on Algorand for Cline
io.github.seekdaseek/agentfeed-algo
Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed.
client:Cline
transport:stdio
runtime:npm
Install AgentFeed on Algorand in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agentfeed-algo": {
"command": "npx",
"args": [
"-y",
"@seekdaseek/agentfeed-algo"
],
"env": {
"ALGO_PAYER_MNEMONIC": "<ALGO_PAYER_MNEMONIC>",
"AGENTFEED_ALGO_URL": "<AGENTFEED_ALGO_URL>",
"ALGO_NETWORK": "<ALGO_NETWORK>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs