Skip to content
Back to search
100
MCP v1.0.0 streamable-http

Agentic Platform

io.github.andysalvo/agentic-platform

Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.

Uptime
2.3%
43 probes
Response
241ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

register

Register for an API key to access expert skill files. Free tier includes 10 skill retrievals per day. No payment required.

list_skills

List all available expert skill files with descriptions and pricing. Shows your usage stats if you provide an API key.

get_skill

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.

check_usage

Check your current usage stats including total calls, remaining credits, and free calls left today.

buy_credits

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.

agent_health_check

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 authorit…

mcp_manifest_lint

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…

estimate_agent_cost

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 optimi…

evaluate_service

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. Ret…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentic_platform": {
      "url": "https://platform.crestsystems.ai/mcp",
      "transport": "streamable-http"
    }
  }
}