MCP & AI agents
Seofyme exposes structured, machine-readable product data — pricing, features, plugin downloads — through an MCP server for AI agents and IDEs.
4 min read
Separate from the on-site Robots & llms.txt module (which is about *your* site), Seofyme's own marketing site exposes structured, machine-readable data about Seofyme the product for AI agents, IDE assistants, and crawlers to query directly instead of scraping HTML.
What's exposed
| URL | Purpose |
|---|---|
/llms.txt | Short site map for LLMs |
/llms-full.txt | Full pricing and feature index, as structured text |
/api/mcp | MCP Streamable HTTP server exposing tools |
/.well-known/mcp.json | MCP discovery document |
/sitemap.xml | Sitemap covering every locale and feature page |
/robots.txt | Explicitly allows major AI crawlers on public pages |
MCP tools
get_site_overview— a short description of what Seofyme isget_pricing_plans— current WordPress and Shopify pricinglist_features— every feature slug and a short taglineget_feature(slug) — full detail for one featureget_plugin_download— the latest WordPress plugin zip from WordPress.org
text
https://seofyme.com/api/mcpTip
Point an MCP-aware client (like Cursor, via mcp-remote) at this endpoint to let it answer questions about Seofyme's pricing or features directly, instead of relying on stale training data.