✦ AI-First · 2026

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.

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.

01

search_posts

Keyword search over the site's published posts. Returns titles, slugs, excerpts, and canonical URLs.

02

get_post

Fetch the full plain-text body of a specific post by slug. Optimized for LLM ingestion.

03

list_recent_posts

Latest N posts sorted by publish date. Great for "what's new" queries.

04

get_site_info

Creator bio, site description, topics covered, total post count.

05

list_categories

All topic categories with post counts — lets the AI narrow before searching.

06

list_tags

Top N most-used tags with counts. Finer-grained than categories.

07

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.

// Claude Desktop — ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fluxeta-your-site": {
      "transport": "http",
      "url": "https://fluxeta.com/api/v1/sites/your-site/mcp"
    }
  }
}
// Quick test with curl
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.

Auto-discovery

.well-known manifest

AI clients that scan for MCP servers auto-find yours at /.well-known/mcp.json on your custom domain.

Read-only

No PII, ever

Only published posts, categories, and tags are exposed. Drafts, subscribers, and revenue data are never accessible via MCP.

First-mover

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.

Stay updated with Fluxeta

Product updates, creator tips, and platform news.

No spam. Unsubscribe anytime. Protected under DPDP Act.