home / mcp / seo api2 mcp server

Seo Api2 MCP Server

Provides access to Seo Api2 API via MCP using stdio transport, with multiple runtime options and a required API key.

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

How to install

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.

Configuration and usage notes

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"
      }
    }
  }
}

Available endpoints and capabilities

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.

Available tools

domain_age_checker

Domain Age Checker endpoint available at GET /domain-age-checker with required domain parameter.

credit_card_validator

Credit Card Validator endpoint available at GET /credit-card-validator with required ccnumber parameter and optional card_type.

hosting_checker

Hosting Checker endpoint available at GET /hosting-checker with required url parameter.

whois_domain_lookup

WhoIs Domain Lookup endpoint available at GET /whois-domain-lookup with required domain parameter.

keyword_density_checker

Keyword Density Checker endpoint available at GET /keyword-density-checker with required url parameter.

keyword_rank_checker

Keyword Rank Checker endpoint available at GET /keyword-rank-checker with required url and keyword parameters.

wordpress_theme_detector

WordPress Theme Detector endpoint available at GET /wordpress-theme-detector with required url parameter.

ssl_checker

SSL Checker endpoint available at GET /ssl-checker with required domain parameter.

redirect_checker

Redirect Checker endpoint available at GET /redirect-checker with required url parameter.

adsense_calculator

Adsense Calculator endpoint available at GET /adsense-calculator with required impressions, ctr, and cpc parameters.

domain_to_ip

Domain to IP endpoint available at GET /domain-to-ip with required url parameter.

page_size_checker

Page Size Checker endpoint available at GET /page-size-checker with required url parameter.

isp_checker

ISP Checker endpoint available at GET /isp-checker with required ip parameter.

serp_api

SERP API endpoint available at GET /serp-chekcer with required keyword parameter and optional domain, country, language, and pages.

top_website_languages_report

Top Website Languages Report endpoint available at GET /www-reports/language.

top_web_technologies_report

Top Web Technologies Report endpoint endpoint available at GET /www-reports/tech.

top_websites_by_traffic_report

Top Websites by Traffic report endpoint available at GET /www-reports/websites.

top_tld_report

Top TLDs Report endpoint available at GET /www-reports/tld.

top_wp_themes_report

Top WP Themes Report endpoint available at GET /www-reports/theme.

top_hosting_services_report

Top Hosting Services Report endpoint available at GET /www-reports/isp.

top_cms_report

Top CMS Report endpoint available at GET /www-reports/cms.

broken_links_finder

Broken Links Finder endpoint available at GET /broken-links-finder with required url parameter and optional page.

link_analyzer

Link Analyzer endpoint available at GET /link-analyzer with required url.

keywords_suggestion_tool

Keywords Suggestion Tool endpoint available at GET /keywords-suggestion-tool with required query parameter.

credit_card_generator

Credit Card Generator endpoint available at GET /credit-card-generator with required card_type and optional count.

ip_geolocation_checker

IP Geolocation Checker endpoint available at GET /ip-geolocation-checker with required ip parameter.

domain_age_checker_depreciated

Deprecated Domain Age Checker endpoint available at GET /domain-age-checker/{domain_name} with required domain_name parameter.

meta_tags_analyzer

Meta Tags Analyzer endpoint available at GET /meta-tags-analyzer with required url parameter.

open_graph_checker

Open Graph Checker endpoint available at GET /open-graph-checker with required url parameter.

get_http_headers

Get HTTP Headers endpoint available at GET /get-http-headers with optional url parameter.

name_servers_checker

Name Servers Checker endpoint available at GET /name-servers-checker with required domain parameter.

dns_records_checker

DNS Records Checker endpoint available at GET /dns-records-checker with required domain and record_type parameters.

asn_checker

ASN Checker endpoint available at GET /asn-checker with required ip parameter.