Metadata-Version: 2.4
Name: visiblyai-mcp-server
Version: 0.7.1
Summary: Visibly AI MCP Server - SEO tools for AI assistants
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.26
Requires-Dist: httpx>=0.28
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24; extra == "dev"

# visiblyai-mcp-server

MCP package for Visibly AI SEO tools.

## Runtime

The package proxies tool calls to the native Visibly API base:

- default: `https://app.visibly-ai.com/api/v1/mcp`
- configurable via `VISIBLYAI_API_BASE`

Authentication is passed with:

- `VISIBLYAI_API_KEY` as `Authorization: Bearer <key>`

## Local tools

Two free tools run locally in the package:

- `classify_keywords_simple`
- `analyze_url_structure`

All remaining tools proxy to the native `/api/v1/mcp` backend endpoints.
