Model Context Protocol Server

TSEO AI
MCP Server

Connect any MCP-compatible AI agent to your TSEO PRO WordPress installations. Read and update web design settings directly from a conversation.

Status ● Checking…
Endpoint https://mcp.tseoai.com/mcp
Protocol MCP / Streamable HTTP
Version
How it works

The MCP server acts as a secure bridge. Credentials travel per-session and are held only in RAM — nothing is ever written to disk.

🤖
AI Agent
Claude, GPT-4…
MCP Server
mcp.tseoai.com
🔒
License Check
WP REST API
🌐
WordPress
TSEO PRO theme
Available tools

The server currently exposes 42 tools to any connected AI agent, and that number keeps growing as new capabilities are added — session management, site metadata, business profile onboarding, on-demand SEO documentation, full visual design control, media library access, and the company's legal/fiscal identity together with its structured-data configuration. Every call is scoped to a session validated against the TSEO PRO license before executing, and every capability can be independently enabled or disabled per site from AI Design → Permissions in wp-admin, so a site owner controls exactly what an AI agent is allowed to touch. Sessions expire automatically after 6 hours.

Connect from Claude Desktop

Add this block to your claude_desktop_config.json to connect Claude directly to this server.

// claude_desktop_config.json { "mcpServers": { "tseoai": { "type": "http", "url": "https://mcp.tseoai.com/mcp" } } }

Then tell the agent: "connect to https://your-site.com with api_key XXXX" — the agent calls tseopro_init_session automatically.