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

URLPurpose
/llms.txtShort site map for LLMs
/llms-full.txtFull pricing and feature index, as structured text
/api/mcpMCP Streamable HTTP server exposing tools
/.well-known/mcp.jsonMCP discovery document
/sitemap.xmlSitemap covering every locale and feature page
/robots.txtExplicitly allows major AI crawlers on public pages

MCP tools

  • get_site_overview — a short description of what Seofyme is
  • get_pricing_plans — current WordPress and Shopify pricing
  • list_features — every feature slug and a short tagline
  • get_feature (slug) — full detail for one feature
  • get_plugin_download — the latest WordPress plugin zip from WordPress.org
MCP Streamable HTTP endpoint
text
https://seofyme.com/api/mcp

Tip

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.