Server Details
Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
5 toolsanalyze_urlInspect
Submit a URL for AI-readiness analysis. Checks how well the site is structured for AI/LLM crawling (robots.txt, structured data, page speed, content quality, etc.). Returns scores and recommendations. Set wait_for_result=true to wait for completion (up to 60s). Pricing: Free for registered users (100/mo). Anonymous (x402): $0.01 USDC for analysis only; $0.06 USDC combined when enhance=true ($0.01 analyze + $0.05 enhance, charged as a single upfront payment so only one X-PAYMENT header is needed per request).
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to analyze (must include http:// or https://). | |
| enhance | No | If true, automatically run LLM deep analysis after basic analysis completes. Anonymous users: combined $0.06 USDC ($0.01 analyze + $0.05 enhance) charged as a single upfront payment. Default: false. | |
| wait_for_result | No | If true (default), wait for the analysis to complete and return the full report. If false, return the job_id immediately. |
enhance_reportInspect
Run LLM deep analysis on a completed report. Returns detailed AI analysis with priority issues and actionable recommendations. Pricing: Free with Pro subscription, or $0.05 USDC via x402 (anonymous or free-tier).
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The UUID job_id of a completed report. |
generate_fix_promptInspect
Generate a Cursor/IDE-ready prompt to fix AI readiness issues found in a report. Returns a comprehensive, actionable developer prompt. Pricing: Free with Pro subscription, or $0.02 USDC via x402 (anonymous or free-tier).
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The UUID job_id of a completed report. |
get_reportInspect
Fetch a previously completed analysis report by job ID. Returns scores, check details, and recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The UUID job_id returned by analyze_url. |
list_recent_analysesInspect
List the 10 most recent analyses for the authenticated account. Returns URLs, scores, and statuses.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-50, default 10). |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!