KeyNG SEO MCP — setup
Edition private. 0 failing, 2 warning, 7 passing.
This page is unauthenticated. Set SETUP_DIAGNOSTIC_TOKEN to require a token.
Connect this server
Add this URL as a custom connector in your MCP client:
https://mcp.keyngdev.com/api/mcp
Claude mobile can use a connector added on claude.ai, but cannot add one — add it on the web first.
Checks
Set explicitly to https://mcp.keyngdev.com. No Google redirect URI is needed, since this deployment authenticates with an access code.
Present and usable: an encrypt/decrypt round trip succeeded.
Google is not configured, so connecting asks for MCP_ACCESS_CODE instead. Search Console, GA4, Ads and the seo_* joins are not registered; image generation and DataForSEO are unaffected.
Reachable, and the "mcp" schema is complete. Nothing outside that schema is touched.
Routing through https://api.aisa.one/apis/v1/dataforseo. The DataForSEO credential stays on the gateway. This page does not call the API, because every call costs credit.
Calls are capped at $0.5 each via the X-AISA-Max-Price-USD header.
The gateway does not expose 3 DataForSEO endpoints this server can otherwise use (ranked_keywords, domain_intersection, competitors_domain). The matching tools are not advertised; dfs_keywords_for_site and dfs_serp_competitors cover most of the same ground.
Enabled via https://api.aisa.one/v1/images/generations, default model gpt-image-2 ($0.03 per image). Billed per image against the AIsa prepaid balance.
Google is not configured, so the ads_* tools are not registered.
SITE_DATABASE_URL is not set, so site_* tools are not advertised.
Environment variables
Presence only. No values are shown.
| Variable | Set | Required for |
|---|---|---|
PUBLIC_BASE_URL | yes | OAuth issuer and resource identity (falls back to VERCEL_URL) |
DATABASE_URL | yes | token store |
TOKEN_ENCRYPTION_KEY | yes | encrypting Google refresh tokens at rest |
GOOGLE_CLIENT_ID | no | Search Console, GA4 and Ads tools (optional — omit both Google vars to run image-generation only) |
GOOGLE_CLIENT_SECRET | no | Search Console, GA4 and Ads tools (optional) |
MCP_ACCESS_CODE | yes | authenticating connections when Google is not configured |
AISA_IMAGE_MODEL | no | default image model (optional; defaults to gpt-image-2) |
GOOGLE_ADS_DEVELOPER_TOKEN | no | Google Ads tools (optional; tools disable themselves without it) |
DATAFORSEO_LOGIN | no | DataForSEO fallback when AIsa is unset (optional) |
DATAFORSEO_PASSWORD | no | DataForSEO fallback when AIsa is unset (optional) |
AISA_API_KEY | yes | DataForSEO via the AIsa gateway (the intended path) |
AISA_BASE_URL | no | overriding the AIsa gateway root (optional; defaults to https://api.aisa.one/apis/v1/dataforseo) |
AISA_MAX_PRICE_USD | yes | capping the cost of a single AIsa call (optional but recommended) |
SITE_DATABASE_URL | no | site_* read tools (optional) |
SITE_DATABASE_WRITE_URL | no | site_draft_post (optional) |
ALLOWED_GOOGLE_EMAILS | no | restricting who may connect (optional) |
SETUP_DIAGNOSTIC_TOKEN | no | guarding this diagnostic page (optional but recommended) |