Babbar MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Babbar MCP ServerRun a full SEO analysis on whisky.glass"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Babbar MCP Server
A Model Context Protocol (MCP) server that integrates with the Babbar.tech SEO API, enabling AI assistants (Claude, ChatGPT with MCP, etc.) to perform advanced SEO analysis, competitor research, backlink auditing, and content gap identification.
Features
Comprehensive SEO Analysis
Host/Domain/URL Overview: Popularity (Value), Trust, Semantic Value, Babbar Authority Score (BAS)
Backlink Analysis: URL, host, and domain backlink profiles
Anchor Text Analysis: Anchor distribution and risk detection
Page Analysis: Identify top pages by Page Value, Trust, Semantic Value, Internal Page Value
Competitor Discovery & Analysis
Similar Hosts: Detect semantically close competitors
Batch Analysis: Compare multiple entities (hosts/domains/URLs)
Historical Data: Track performance over time
Advanced SEO Metrics
Induced Strength (fi): Unique Babbar metric measuring real link value (popularity + topicality)
Internal PageRank: Internal linking analysis
Duplication Analysis: RollingHash (RabinβKarp) detection of duplicate content (87%+ threshold)
Keywords & SERP Analysis
Keyword Positions: Track Google rankings (currently supports fr_FR, en_GB, en_US, es_ES)
SERP Data: Full SERP with features and positions
Semantic Explorer: Related searches, People Also Ask, suggestions
Performance & Reliability
Smart Caching: 10-day cache for heavy endpoints
Rate Limit Management: Auto-handling + retry after 60s
Usage Logging: Full request/response logging
Error Handling: Clear messages for invalid key, rate limits, or API issues
Related MCP server: Semrush MCP Server
π Installation & Setup
Prerequisites
Node.js 18 or higher (check with
node -v)npm (comes with Node.js, check with
npm -v)Babbar API key (get it from your Babbar settings)
1. Clone the repository
git clone https://github.com/BabbarTech/BabbarMCP.git
cd BabbarMCP2. Install dependencies
npm install3. Set up environment variables
With Claude Desktop
Add this block to your claude_desktop_config.json:
{
"mcpServers": {
"babbar": {
"command": "node",
"args": ["/absolute/path/to/babbar-mcp/dist/index.js"],
"env": {
"BABBAR_API_KEY": "your_api_key_here",
"LOG_LEVEL": "info"
}
}
}
}β οΈ Without a valid key, the server will not return real data (the API substitutes with dummy hosts/URLs).
4. Build the project
npm run buildThis compiles TypeScript sources into the dist/ directory.
βΆοΈ Usage
Local development
Run in watch mode:
npm run devRun built server:
node dist/index.jsπ οΈ Available Tools (highlights)
Host Analysis
babbar_host_overviewβ Metrics for a hostbabbar_host_backlinks_url|host|domainβ Backlink analysisbabbar_host_anchorsβ Anchor distributionbabbar_host_pages_top_sv|pt|pv|ievβ Top pages by different metricsbabbar_host_similarβ Competitor discoverybabbar_host_keywordsβ Keywords and rankingsbabbar_host_duplicateβ Duplicate content clusters
Domain Analysis
babbar_domain_overviewbabbar_domain_backlinks_*babbar_domain_anchors
URL Analysis
babbar_url_overviewbabbar_url_induced_strength (fi)babbar_url_semantic_similaritybabbar_url_links_internal|external
Keyword & SERP
babbar_keyword_serpbabbar_semantic_questionsbabbar_semantic_relatedbabbar_semantic_suggests
Advanced Analyses
babbar_content_gapbabbar_competitive_analysisbabbar_anchor_profile_riskbabbar_backlink_opportunities_spotfinder(uses Induced Strength only)
π Example Queries (works in French)
Do a full metrics analysis of whisky.glass
Give me backlink opportunities for www.recette-americaine.com
Tell me about the semantic neighborhood of www.clubmed.fr
Can you run a content gap analysis for whisky.glass?
Show me the internal duplication issues within whisky.glass
Provide me with a health analysis of whisky.glass
π Understanding Babbar Metrics
Page/Host/Domain Value (0β100) β Popularity (Reasonable Surfer model)
Page/Host/Domain Trust (0β100) β Trust score (not a direct Google authority factor)
Semantic Value (0β100) β Popularity adjusted by topical coherence
BAS (0β100) β Combined authority score with anti-spam (best correlated to Google rankings)
Induced Strength (fi) β Only valid metric for backlink value, computed by Babbar API
π‘ Tip: Always benchmark your metrics against your direct competitors, not the whole web.
Rate Limiting
Each plan has a per-minute API quota.
Remaining calls are tracked via headers (
x-ratelimit-remaining).The MCP server auto-waits 60 seconds when the limit is exhausted.
Errors are explicit if multiple processes compete for the limit.
Caching
Cache enabled on POST requests (main data endpoints)
Cache lifetime: 10 days
Cache key = endpoint + parameters
Reduces redundant queries and saves API credits
π Error Handling
401 Unauthorized β Invalid or missing
BABBAR_API_KEY429 Too Many Requests β Rate limit exceeded, auto-retry after 60s
400/404/Other β Detailed error, check parameters
Logs include: endpoint, timestamp, status, and remaining quota.
π Logging
Default: info level
Levels:
debug,info,warn,errorConfigure via
LOG_LEVELenvironment variableLogs include endpoint calls, rate limit status, success/failure
π οΈ Development
Run in watch mode:
npm run devRebuild manually:
npm run buildLint the code:
npm run lintπ€ Support
API Support: support@babbar.tech
Docs: Babbar API Reference
Issues: GitHub Issues
π License
MIT License β see LICENSE.
π Contributing
Contributions are welcome!
Please open an issue first to discuss changes. Pull requests should include tests when possible.
β‘ Acknowledgments
Built with:
Node.js, TypeScript, Axios, Node-Cache, Pino
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BabbarTech/BabbarMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server