
$ omnifamous seo mcp live
Stop paying for expensive SEO tools. Build them.
An SEO MCP server is a Model Context Protocol server that gives an AI coding agent real SEO data as callable tools. Instead of guessing search volumes, your agent calls the server and gets live keyword, SERP, backlink, audit and AI-visibility data back. You connect it once and every future session has it.
25 tools 7 AI engines 10,000 free credits no card required
claude mcp add --transport http omnifamous https://api-production-c5b5.up.railway.app/mcp \ --header "Authorization: Bearer br_agt_live_your_agent_key"
Runs your prompts on 24 AI models and answer engines and hands the citations back
See every engine// works with your agent
Same server, 15 tested clients. Every runtime below gets its own page with the exact config it expects, the quirks that trip people up, and what to ask once it is connected.
// what you can build
SEO dashboards, AI visibility trackers, brand-voice copywriters: the workflows you rent by the seat are a few tool calls for an agent with live data. Pick one, copy the prompt, paste it into your agent.
Share-of-voice tracking across ChatGPT, Gemini and Perplexity, built by your agent instead of rented by the seat. It runs your prompts on a schedule, checks who gets named, and writes the trend into a dashboard you own.
// the tool nobody else has
Every other SEO MCP server reads a database. This one can also run your prompt against a live AI engine and return what it said, who it cited, and the searches it ran to answer. That is the primitive AI visibility is built on, exposed as one tool call.
> Do ChatGPT, Claude and Gemini actually know linear.app? Check it.
⏺ ai_visibility_check (domain: linear.app)
{
"brand": "Linear",
"domain": "linear.app",
"prompts": [
"Tell me about Linear. What does the company do?",
"What are the best alternatives to Linear?",
"Is Linear a good choice? Share any reviews."
],
"overallPresence": 100,
"platforms": [
{ "label": "ChatGPT", "appeared": true, "mentions": 3, "totalPrompts": 3 },
{ "label": "Claude", "appeared": true, "mentions": 3, "totalPrompts": 3 },
{ "label": "Gemini", "appeared": true, "mentions": 3, "totalPrompts": 3 }
]
}⏺ Linear is named in all three answers on every prompt. Want me to run the same check on your domain, so you can see where the gap is?
MCP is the open protocol that lets an AI agent call external tools. An SEO MCP server is that protocol pointed at search data: your agent asks for a volume, a SERP, a backlink profile or an AI answer, and gets structured data back instead of a guess. Backed by Anthropic, OpenAI and Google, the protocol now powers more than 10,000 public servers. Here is the whole loop:
One config block or one command. The server is hosted, so there is nothing to clone, build or keep running.
At connect time the client reads the catalog: 25 tools, each declaring its arguments and return shape.
The model picks the tools. A keyword tool, then a SERP tool, then a drafting tool, chained in one turn without you calling anything by hand.
Real volumes, real rankings, real citations from real engines. Not a number the model invented to be agreeable.
// why now
// the catalog
The best-ranked SEO MCP result on Google is a GitHub repo, because agents and their humans want signatures, not adjectives. So here is the catalog at repo depth: name, arguments, return shape, and whether the call is free or metered.
Real search volume, difficulty, CPC and intent from live data. Cluster by intent and rank by how winnable each one is.
Pull the actual top 100 for any keyword, in any country, on desktop or mobile.
Which queries your rivals rank for and you do not, with the pages earning the traffic.
Referring domains, anchors, spam scores, and the link gap against the sites beating you.
Run any prompt against ChatGPT, Claude, Gemini, Perplexity, Grok or Google AI Overviews and get the citations back.
Technical crawl, Core Web Vitals, indexability, and the critical issues ranked by impact.
Brief, research and draft a full article in your brand voice, with citations and internal links.
Read and reshuffle your content calendar, then publish straight to your CMS.
ai_visibility_checkdomain: stringthe prompts we asked on your behalf, whether each engine named you, and an overall presence score, so an agent can see the gap rather than guess at it
| tool | arguments | returns | cost |
|---|---|---|---|
seo_inspect_url | url: string | final status, title, meta description, canonical, robots meta | free |
seo_check_robots_sitemap | url: string | robots.txt rules and counts, sitemap index, page count, sample URLs | free |
| tool | arguments | returns | cost |
|---|---|---|---|
seo_keyword_ideas | seed: string, countryCode?: string | keyword, volume, difficulty, cpc, intent, long tail | 20 credits |
seo_traffic_estimate | target: string, countryCode?: string | estimated traffic, organic keywords, traffic value, position bands | 20 credits |
| tool | arguments | returns | cost |
|---|---|---|---|
seo_backlinks | target: string | referring domains, backlinks, authority, broken backlinks, dofollow split | 40 credits |
seo_competitor_gap | yourDomain: string, competitorDomain: string, countryCode?: string | keyword gaps, shared keywords, traffic opportunity | 60 credits |
seo_find_broken_links | url: string | scanned, healthy, broken and redirecting links with status | free, account needed |
| tool | arguments | returns | cost |
|---|---|---|---|
ai_visibility_check | domain: string | the prompts asked, per engine presence, and an overall presence score | 200 credits |
Agents can read this catalog as plain markdown at /mcp/skill.md, the same document your agent is told to read when you paste the install prompt.
// connect
Hosted server, one URL, OAuth or a scoped key. Pick your client, copy the block, done. Committed configs like .mcp.json give your whole team the same tools.
claude mcp add --transport http omnifamous https://api-production-c5b5.up.railway.app/mcp \ --header "Authorization: Bearer br_agt_live_your_agent_key"
.mcp.json
{
"mcpServers": {
"omnifamous": {
"type": "http",
"url": "https://api-production-c5b5.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer br_agt_live_your_agent_key"
}
}
}
}Add --scope user to the command to make the server available in every project on your machine.
The Claude Code ecosystem has four ways to extend an agent, and they are not interchangeable. The short version:
A service your agent connects to. It brings live data and actions that the model cannot do on its own. Works in every MCP client, not just Claude. This page is about one of these.
A markdown file of instructions Claude loads when a task matches. It changes how the model behaves. It cannot fetch a search volume, because it is text, not a service.
A bundle. One installable package that can contain skills, hooks, subagents and MCP servers together. A distribution format, not a capability.
A second model instance with its own context and its own tool list. Useful for parallel work. It still needs an MCP server underneath to get real data.
// the honest table
Fair fight: DataForSEO has the deepest raw catalog, the vendor servers make sense if you already pay for the seat, and the free GitHub servers exist so you can self-host. Here is where each one lands.
| omnifamous | DataForSEO MCP | Ahrefs / Semrush MCP | Free GitHub servers | |
|---|---|---|---|---|
| Hosted, nothing to run locally | yes | self-host or npx | hosted | you run it |
| Bring your own provider account | not needed | DataForSEO account required | paid plan required | usually required |
| Raw SEO data (keywords, SERP, backlinks) | yes | yes, the deepest catalog | yes, their own index | varies, often one source |
| Run an ad-hoc prompt on an AI engine | yes | no | no | no |
| Citations returned with the answer | yes | no | no | no |
| Writes an article, not just reads data | yes | no | no | no |
| Publishes to your CMS | yes | no | no | no |
| Free tier without a card | 10,000 credits | no | no | yes, that is the point |
| Best if you want | an agent that does the work end to end | the widest raw data catalog | the index you already pay for | to read the source and self-host |
// security
Secret keys are created in Settings under MCP & API, carry API scope only, and can be revoked at any time without touching your login.
The connector flow signs you in through your browser with OAuth. Nothing is pasted into a config file, and access is approved per client.
Each tool call reports its own cost in the response, and the usage dashboard shows exactly which tool spent what, when, from which client.
// pricing, in plain language
On signup, no card. Enough to prove the data is real: keyword lookups, SERP pulls, a visibility check.
Runs a real content and visibility operation: drafting, publishing, tracked prompts, competitor scans.
Reading your articles, calendar, keyword pool and visibility history is never metered, so agents can check state as often as they like.
// faq
Connect it once. Every session after is smarter.
10,000 free credits works with Claude Code, Cursor, Codex and 12 more clients
Tell us about your site and we'll let you in when your spot opens up.