Agentek加密货币工具
STDIO用于加密货币研究和以太坊自动化的服务器
用于加密货币研究和以太坊自动化的服务器
A Model Context Protocol server offering tools for cryptocurrency research and Ethereum-based automation.
Works with Claude Desktop, Cursor, and other MCP-friendly apps.
Add this to your claude_desktop_config.json
:
{ "mcpServers": { "agentek": { "command": "pnpx", "args": [ "@agentek/mcp-server" ], "env": { "ACCOUNT": "YOUR_ETHEREUM_ADDRESS", // or PRIVATE_KEY if you need transactions // Optional for added these features "PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_KEY", "ZEROX_API": "YOUR_ZEROX_API_KEY", "BLOCKSCOUT_API_KEY": "BLOCKSCOUT_API_KEY", "TALLY_API_KEY": "TALLY_API_KEY", "COINDESK_API_KEY": "COINDESK_API_KEY", "COINMARKETCAL_API_KEY": "COINMARKETCAL_API_KEY", } } } }
Just use ACCOUNT for read-only if you're trying things out. Only add a PRIVATE_KEY if you actually need to make transactions and if you understand the risks.
You get these networks out of the box:
We'll make this customizable later.
Better wallet connection methods! Currently using plain text keys to keep things simple while in beta.
AGPL-3.0