# ApiMesh

Audit website performance, SEO, and security headers to improve search rankings and user experience. Verify brand availability across domain extensions and social platforms while tracking service hea…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add apimesh/apimesh-mcp-server

# Browse available tools
npx -y smithery tool list apimesh/apimesh-mcp-server

# Get full schema for a tool
npx -y smithery tool get apimesh/apimesh-mcp-server web_checker

# Call a tool
npx -y smithery tool call apimesh/apimesh-mcp-server web_checker '{}'
```

## Direct MCP Connection

Endpoint: `https://apimesh-mcp-server--apimesh.run.tools`

## Tools (12)

- `web_checker` — Check if a brand name is available across 5 domain TLDs (.com, .io, .xyz, .dev, .ai), GitHub, npm, PyPI, and Reddit in …
- `http_status_checker` — Check the live HTTP status of any URL, optionally verify against an expected code. Useful for uptime monitoring, redire…
- `favicon_checker` — Check whether a website has a favicon and get its URL, format, and status. Useful for link previews and site branding v…
- `microservice_health_check` — Check health and response times of up to 10 service URLs in parallel. Free preview: GET https://microservice-health-che…
- `robots_txt_parser` — Fetch and parse a website's robots.txt into structured rules, sitemaps, and crawl directives
- `core_web_vitals` — Get Core Web Vitals and Lighthouse performance scores for any URL. Returns LCP, CLS, INP field data plus performance, a…
- `security_headers` — Audit HTTP security headers for any URL. Checks 10 headers (CSP, HSTS, X-Frame-Options, etc.) with weighted grading A+ …
- `redirect_chain` — Trace the full redirect chain for any URL. Returns each hop with status code, location, and latency. Detects loops and …
- `email_security` — Check email security configuration for any domain. Analyzes SPF, DMARC, DKIM (probes 10 common selectors), and MX recor…
- `seo_audit` — Run a comprehensive on-page SEO audit on any URL. Analyzes title, meta description, headings, images, links, content, c…
- `indexability_checker` — Check if a URL is indexable by search engines. Performs 5-layer analysis: robots.txt rules, HTTP status, meta robots, X…
- `brand_assets` — Extract brand assets from any domain. Returns logo URL, favicon, theme colors, OG image, and site name. Free preview: G…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get apimesh/apimesh-mcp-server <tool-name>
```
