
MACD Strategy
Fetch MACD technical-analysis signals from an MCP remote so your agent can reason about momentum and trend crossovers in trading workflows.
Overview
MACD Strategy is an MCP server for the Grow phase that exposes MACD technical-analysis signals to your AI assistant via a remote HTTP endpoint.
What is this MCP server?
- MACD Strategy MCP server (title in manifest)
- Remote streamable-http endpoint for signal retrieval
- Manifest version 1.0.1 with finance-oriented description
- Minimal configuration in registry—HTTP remote to followtz-hosted URL
- Pairs with agent workflows for technical analysis and alert logic
- Server version 1.0.1 in manifest
- Remote streamable-http transport (followtz-hosted URL in registry)
What problem does it solve?
Builders automating trading logic waste time manually checking MACD crossovers instead of letting the agent read signals programmatically.
Who is it for?
Solo developers building discretionary or semi-automated trading tools who already use MCP-friendly agents.
Skip if: Non-trading product teams or anyone needing licensed brokerage execution, compliance, or fundamental data feeds.
What do I get? / Deliverables
Your agent can query MACD signals through MCP while you iterate on strategies, alerts, or backtest glue code.
- Agent-accessible MACD signal queries
- Faster iteration on signal-driven trading or alert code
Recommended MCP Servers
Journey fit
MACD signal access supports measuring and acting on market momentum—analytics for finance-side growth or trading automation rather than product UX build. The server exposes MACD signals as queryable outputs, aligning with analytics-style decision support for positions and strategies.
How it compares
Finance indicator signal MCP, not a full market data terminal or payment integration.
Common Questions / FAQ
Who is MACD Strategy for?
Individual developers and quant hobbyists who want MACD signals available inside Claude Code, Cursor, or similar agents while coding trading utilities.
When should I use MACD Strategy?
Use it during Grow analytics when you are prototyping signal-driven strategies, dashboards, or bots that reference MACD momentum.
How do I add MACD Strategy to my agent?
Add the io.github.followtz/macd remote MCP server in your client using the published streamable-http URL from the registry manifest.