Noya Agent
Freeby MCP Community
MCP server for interacting with the Noya AI agent — crypto trading, prediction markets, token analysis, and DCA strategies
v2.0.3Added Apr 12, 2026
mcpnoyaai-agentcryptotrading
Noya Agent MCP Server
MCP server for interacting with the Noya AI agent — crypto trading, prediction markets, token analysis, and DCA strategies
Installation
npx -y noya-agent-mcp
Reviews
Installation
Quick install
npx -y noya-agent-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"noya-agent": {
"command": "npx",
"args": ["-y", "noya-agent-mcp"]
}
}
}