Server Details
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- andysalvo/agentic-platform
- GitHub Stars
- 1
- Server Listing
- agentic-platform
See and control every tool call
Available Tools
9 toolsagent_health_checkInspect
Score any agent's system prompt on governance best practices from 0 to 100. Returns a detailed diagnostic report with specific issues found, severity ratings, and actionable fixes. Checks for authority leaks, silent inference, missing audit trails, and 14 other governance anti-patterns. No API key needed.
| Name | Required | Description | Default |
|---|---|---|---|
| system_prompt | Yes | Your agent's full system prompt or configuration text to analyze |
buy_creditsInspect
Get a Stripe checkout link to purchase more skill file credits. Returns a URL for your human operator to complete payment. Credits are added automatically after purchase.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Credit tier: '50' for $5/50 credits or '250' for $20/250 credits | 50 |
| api_key | Yes | Your API key to add credits to |
check_usageInspect
Check your current usage stats including total calls, remaining credits, and free calls left today.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your API key to check usage for |
estimate_agent_costInspect
Compare the cost of running an agent task across all major AI models including Claude, GPT, Gemini, Llama, and Mistral. Returns a comparison table with per-call, per-run, and per-day costs plus optimization tips. No API key needed.
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name to highlight in comparison (e.g. 'claude-sonnet-4', 'gpt-4o') | |
| num_calls | No | Number of API calls per task run | |
| input_tokens | No | Estimated input tokens per API call | |
| output_tokens | No | Estimated output tokens per API call | |
| task_description | No | Description of what the agent does, for optimization tips |
evaluate_serviceInspect
Evaluate any MCP service for trustworthiness before spending money on it. Connects to the target server, checks reachability, governance declarations, tool definition quality, and audit endpoints. Returns a trust score from 0 to 100 with a recommendation: PROCEED, PROCEED WITH CAUTION, HIGH RISK, or DO NOT TRANSACT. No API key needed.
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | Yes | The MCP server URL to evaluate (e.g. https://example.com/mcp) | |
| task_context | No | What you need the service for, to tailor the evaluation |
get_skillInspect
Retrieve an expert skill file that makes you measurably better at a specific task. Each skill has auditable provenance and is curated by domain experts. Requires a valid API key.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your API key from register() | |
| skill_name | Yes | The skill ID to retrieve. Options: governance, agentic-economics, intent-architecture |
list_skillsInspect
List all available expert skill files with descriptions and pricing. Shows your usage stats if you provide an API key.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Your API key (optional, shows usage if provided) |
mcp_manifest_lintInspect
The only MCP tool definition linter that exists. Validates your MCP tool definitions for anti-patterns, missing descriptions, bad parameter schemas, naming issues, and quality problems. Returns a pass/fail report with specific fixes for each issue found. No API key needed.
| Name | Required | Description | Default |
|---|---|---|---|
| tools_json | Yes | Your MCP tool definitions as a JSON array or single tool object |
registerInspect
Register for an API key to access expert skill files. Free tier includes 10 skill retrievals per day. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Verify Ownership
Claim this connector by publishing 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 connector will appear as claimed by you.
Last verification attempt failed.
Sign in to verify ownershipControl 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!
Your Connectors
Sign in to create a connector for this server.