Tools4 min read
IRONFEED MCP server for AI assistants
Connect Claude, ChatGPT, Cursor or any MCP client to IRONFEED and read your shops, channels, alerts and shop health with four read-only tools.
IRONFEED exposes a Model Context Protocol (MCP) server so an AI assistant can read the state of your workspace and answer questions such as "which of my channels has errors?" without opening the app.
Endpoint and authentication
- Server URL:
https://ironfeed.app/mcp - Authentication: OAuth. When you add the server, the client opens an IRONFEED login window; sign in with your usual account (Google or email). The assistant then acts with your permissions, read-only.
- Nothing is written: the server cannot create, edit or delete shops, channels or mappings.
Tools
| Tool | Returns |
|---|---|
list_shops | Your shops with id, name, status, product count and last import |
list_channels | The channels of a shop with type, country, status, products included, health score and last generation |
list_alerts | Open alerts with type, severity, shop / channel and message |
shop_health | A health snapshot for one shop: import state, channel statuses and open issues |
Call list_shops first to obtain shop ids, then the other tools.
Add the server to a client
| Client | Where |
|---|---|
| Claude (web / desktop) | Settings → Connectors → Add custom connector → URL https://ironfeed.app/mcp → authorize |
| ChatGPT | Settings → Connectors (or Apps) → add a custom MCP server with the same URL |
| Cursor / other IDEs | MCP settings → add a remote (streamable HTTP) server with the URL; complete the OAuth prompt |
Example prompts
- "List my shops and tell me which one imported last."
- "Which channels of Acme Outdoor Co. have a health score under 90?"
- "Summarize the open alerts from the last 24 hours."
- "Run a health check on shop #12 and suggest what to fix first."
Ready to ship better feeds?
Start a 14-day free trial. No credit card. Connect your store and see channel-ready feeds in minutes.