@tell-protocol/mcp-server
Freeby MCP Community
MCP server for the Tell Protocol — expose portfolio intelligence to AI agents
v0.3.4Added Apr 12, 2026
@tell-protocol/mcp-server MCP Server
MCP server for the Tell Protocol — expose portfolio intelligence to AI agents
Installation
Reviews
Installation
Quick install
npx -y @tell-protocol/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@tell-protocol/mcp-server": {
"command": "npx",
"args": ["-y", "@tell-protocol/mcp-server"]
}
}
}