DocsMCP
MCP-first. Live now.

The first SEO tool you can actually talk to.

Open Claude. Type "give me five blog ideas for my Shopify store, then queue the top three." Done. No tabs. No dashboard. No copy-paste.

Quick install
Run this once.

It auto-configures every MCP-aware app you have installed. You sign in with your Seoable account the first time the app calls us. No API key needed up front.

npx -y @seoable/install
ConfiguresClaudeChatGPTCursorCopilotGemini
Plugs straight into:ClaudeClaudeChatGPTChatGPTCursorCursorCopilotCopilotGeminiGemini
Why this matters

Other SEO tools bolted MCP on. We started here.

If your day already lives in an AI assistant, your SEO should too. Every Seoable feature is a tool your assistant can call, using your real projects, brands, and credits.

Built for the chat-first day
Most SEO tools want you to log in to a dashboard. Seoable lives where you already are. Ask. Done.
Real tools, not chat tricks
Eighteen tools your assistant can call. Order audits. Queue posts. Read reports. Same as the dashboard, no fakes.
Sign in once, forget keys
OAuth via your Seoable account. No key copy-paste, no env-var ceremony. (API keys still work if your team prefers them.)
A week with Seoable in your assistant

What it actually looks like.

Mon
You: Run a fresh audit on my site.
Seoable: Audit ordered. 12 credits. I'll ping you in your dashboard when it's ready.
Tue
You: Draft ten post ideas about local SEO for plumbers.
Seoable: Ten ideas added to your backlog. Pick the ones you like and I can write them next.
Wed
You: Pick the top three and write them.
Seoable: Three posts queued. Each is 1,500 to 2,000 words and ready to publish.
Fri
You: Show me last week's reports.
Seoable: Three reports finished. Want a quick summary, or links to each?
The toolbox

What your assistant can do.

Eighteen tools, all wired to your real account. Each call costs the same credits as the dashboard, from the same balance.

Order work
  • Run a fresh audit on a site
  • Order an audit-only report
  • Queue a batch of blog posts
Manage your backlog
  • Add, archive, or bulk-create blog ideas
  • Check your idea-quota for the month
  • List, filter, and search ideas
Read what's done
  • List finished reports
  • Pull a single report or post
  • See your projects, brands, and competitors
Setup

One command. Every app.

The installer at the top auto-configures every supported app you have. Most people stop here. If your client is not on the list, or you'd rather wire it up by hand, follow the steps below.

Claude
Claude Desktop
  1. Open Settings → MCP.
  2. Click Add server. Name it 'Seoable'.
  3. Paste the URL below. Click Connect.
  4. A browser tab opens. Allow the connection.
Server URL
https://api.seoable.dev/mcp
Or use an API key
Or, drop into mcp.json
{
  "mcpServers": {
    "seoable": {
      "url": "https://api.seoable.dev/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_...your_key..."
      }
    }
  }
}
Cursor
Cursor
  1. Open Settings → MCP.
  2. Click Add new MCP server.
  3. Pick HTTP. Paste the URL below.
  4. Click Sign in. Allow the connection.
Server URL
https://api.seoable.dev/mcp
Or use an API key
Or, paste this in Cursor's MCP settings
{
  "mcpServers": {
    "seoable": {
      "url": "https://api.seoable.dev/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_...your_key..."
      }
    }
  }
}
ChatGPT
ChatGPT (Pro / Enterprise)
  1. Open Settings → Connectors.
  2. Click Add a connector. Pick MCP server.
  3. Paste the URL below.
  4. Pick Sign in with Seoable.
Server URL
https://api.seoable.dev/mcp
Or use an API key
URL (with token in header)
https://api.seoable.dev/mcp
Authorization
Bearer sk_live_...your_key...
Copilot
Copilot Studio
  1. Open Tools → Add tool.
  2. Pick MCP. Paste the URL below.
  3. Pick OAuth.
  4. Sign in with Seoable.
Server URL
https://api.seoable.dev/mcp
Or use an API key
URL (with token in header)
https://api.seoable.dev/mcp
Authorization
Bearer sk_live_...your_key...
Get started
Stop tab-hopping. Let your assistant run the SEO work for you.
See pricing →Prefer the REST API?