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
4.5%
22 probes
Response
241ms
last probe
Tools
9
callable

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…

Similar MCP servers embedding-nearest

mcp-agent-review
Agentic code review MCP server powered by OpenAI-compatible models (defaults to free GitHub Models)
0 tools
io.github.gareth1953/agent-services-mcp
MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.
0 tools
agentic-audit-mcp
MCP server for AgenticAudit — lets AI agents query their own compliance audit trail
0 tools
agentic platform engineering
Metadata-only Glama MCP server.
0 tools
agentic-testing-mcp
MCP server for autonomous unit testing and self-healing
0 tools
@miraigent/free-ai-ops-mcp
Free MCP server for developers adding human review gates, prompt risk checks, FAQ review, and CRM note safety to AI tools.
0 tools

How to use

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

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