Your content, callable by any AI
Every Fluxeta site ships with an MCP endpoint out of the box. Claude Desktop users type "ask [your creator]'s MCP" — and they get your answers, cited to your posts, driving readers back to you.
Included in every plan. Zero configuration. Public, read-only, no auth.
What is MCP?
The USB-C for AI tools
Model Context Protocol is Anthropic's open standard for connecting AI clients to external tools. Adopted by Claude Desktop, Cursor, and a fast-growing list of others. Fluxeta was the first Creator OS to ship native MCP support.
7 tools exposed per site
Every tool has a JSON Schema so the AI knows exactly how to call it.
search_posts
Keyword search over the site's published posts. Returns titles, slugs, excerpts, and canonical URLs.
get_post
Fetch the full plain-text body of a specific post by slug. Optimized for LLM ingestion.
list_recent_posts
Latest N posts sorted by publish date. Great for "what's new" queries.
get_site_info
Creator bio, site description, topics covered, total post count.
list_categories
All topic categories with post counts — lets the AI narrow before searching.
list_tags
Top N most-used tags with counts. Finer-grained than categories.
get_related_posts
Posts related to a seed slug (same category or shared tags). Powers "show me more like this".
Connect in 60 seconds
Copy-paste config for the most popular MCP clients — no OAuth, no keys.
{
"mcpServers": {
"fluxeta-your-site": {
"transport": "http",
"url": "https://fluxeta.com/api/v1/sites/your-site/mcp"
}
}
}
curl -X POST https://fluxeta.com/api/v1/sites/your-site/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Every logged-in creator gets a personalized copy-paste snippet in their MCP Server dashboard.
.well-known manifest
AI clients that scan for MCP servers auto-find yours at /.well-known/mcp.json on your custom domain.
No PII, ever
Only published posts, categories, and tags are exposed. Drafts, subscribers, and revenue data are never accessible via MCP.
Own the category
First Creator OS in the market with native MCP. Your content becomes agent-consumable years before your competitors catch up.
Make your content AI-native today
Free 30-day trial. MCP included in every plan.