Back to MCP Servers
Tasty Agent
Tastyworks API integration to handle trading activities on Tastytrade
finance-fintechapiagent
By ferdousbhai
Installation
npx -y tasty-agentConfiguration
{
"mcpServers": {
"tasty-agent": {
"command": "npx",
"args": ["-y", "tasty-agent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes