home / mcp / seo api2 mcp server
Provides access to Seo Api2 API via MCP using stdio transport, with multiple runtime options and a required API key.
Configuration
View docs{
"mcpServers": {
"bach-ai-tools-bachai-seo-api2": {
"command": "python",
"args": [
"server.py"
],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}You host an MCP server that provides access to Seo Api2 API through stdio-based communication. This server lets you run the API client locally or via a managed runtime, making it simple to integrate Seo Api2 endpoints into your applications without managing HTTP calls directly.
You interact with this MCP server using a client that supports the MCP stdio transport. You can run it via different runtime commands, and you pass your API key as an environment variable. Use the following ready-to-run configurations to connect your application to Seo Api2 endpoints such as domain age checks, credit card validation, hosting checks, and more.
Prerequisites: Python and the pip package manager, or the uvx runtime for automatic installation. You will install the Seo Api2 MCP server from its package name, then run it with one of the provided commands.
API authentication is required. Set your API key in the environment as API_KEY. You can run the MCP server in multiple ways, and each method preserves the API_KEY in the environment so all endpoints are authorized when invoked by your client.
{
"mcpServers": {
"bach_seo_api2": {
"command": "uvx",
"args": ["--from", "bach-seo_api2", "bach_seo_api2"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}This MCP server exposes a collection of tools/endpoints for Seo Api2, including domain age checks, credit card validation, hosting checks, whois lookups, keyword density checks, keyword ranking, WordPress theme detection, SSL checks, redirect checks, AdSense calculator, DNS records, IP geolocation, and more. Each endpoint is accessed via a simple GET request with the required parameters, as described in the endpoint list.
Domain Age Checker endpoint available at GET /domain-age-checker with required domain parameter.
Credit Card Validator endpoint available at GET /credit-card-validator with required ccnumber parameter and optional card_type.
Hosting Checker endpoint available at GET /hosting-checker with required url parameter.
WhoIs Domain Lookup endpoint available at GET /whois-domain-lookup with required domain parameter.
Keyword Density Checker endpoint available at GET /keyword-density-checker with required url parameter.
Keyword Rank Checker endpoint available at GET /keyword-rank-checker with required url and keyword parameters.
WordPress Theme Detector endpoint available at GET /wordpress-theme-detector with required url parameter.
SSL Checker endpoint available at GET /ssl-checker with required domain parameter.
Redirect Checker endpoint available at GET /redirect-checker with required url parameter.
Adsense Calculator endpoint available at GET /adsense-calculator with required impressions, ctr, and cpc parameters.
Domain to IP endpoint available at GET /domain-to-ip with required url parameter.
Page Size Checker endpoint available at GET /page-size-checker with required url parameter.
ISP Checker endpoint available at GET /isp-checker with required ip parameter.
SERP API endpoint available at GET /serp-chekcer with required keyword parameter and optional domain, country, language, and pages.
Top Website Languages Report endpoint available at GET /www-reports/language.
Top Web Technologies Report endpoint endpoint available at GET /www-reports/tech.
Top Websites by Traffic report endpoint available at GET /www-reports/websites.
Top TLDs Report endpoint available at GET /www-reports/tld.
Top WP Themes Report endpoint available at GET /www-reports/theme.
Top Hosting Services Report endpoint available at GET /www-reports/isp.
Top CMS Report endpoint available at GET /www-reports/cms.
Broken Links Finder endpoint available at GET /broken-links-finder with required url parameter and optional page.
Link Analyzer endpoint available at GET /link-analyzer with required url.
Keywords Suggestion Tool endpoint available at GET /keywords-suggestion-tool with required query parameter.
Credit Card Generator endpoint available at GET /credit-card-generator with required card_type and optional count.
IP Geolocation Checker endpoint available at GET /ip-geolocation-checker with required ip parameter.
Deprecated Domain Age Checker endpoint available at GET /domain-age-checker/{domain_name} with required domain_name parameter.
Meta Tags Analyzer endpoint available at GET /meta-tags-analyzer with required url parameter.
Open Graph Checker endpoint available at GET /open-graph-checker with required url parameter.
Get HTTP Headers endpoint available at GET /get-http-headers with optional url parameter.
Name Servers Checker endpoint available at GET /name-servers-checker with required domain parameter.
DNS Records Checker endpoint available at GET /dns-records-checker with required domain and record_type parameters.
ASN Checker endpoint available at GET /asn-checker with required ip parameter.