Agentic Platform MCP Server

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

Remote serverstreamable-http

What is the Agentic Platform MCP server?

Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation. The agentic platform mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.

What it actually does

Validate your MCP tool definitions, score your agent's system prompt on governance best practices (0-100), and compare costs across all major models. No API key needed.

Its toolset

Everything the assistant can do here goes through one of these:

  • mcp_manifest_lintThe only MCP linter. Validate your tool definitions for anti-patterns, missing fields, bad descriptions, and schema issues. Pass/fail report with
  • agent_health_check — Score your agent's system prompt on governance and best practices (0-100). Detailed diagnostic with specific issues and remediation
  • estimate_agent_cost — Compare costs across Claude, GPT, Gemini, and other models. Per-call, per-run, and per-day breakdown with optimization tips

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Agentic Platform's toolset — mcp_manifest_lint, agent_health_check, estimate_agent_cost — is a fair guide to whether it matches your workflow. It is maintained by andysalvo; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agentic platform mcp server does with a few real requests.

Available tools

ToolWhat it does
mcp_manifest_lint**The only MCP linter.** Validate your tool definitions for anti-patterns, missing fields, bad descriptions, and schema issues. Pass/fail report with fixes.
agent_health_checkScore your agent's system prompt on governance and best practices (0-100). Detailed diagnostic with specific issues and remediation.
estimate_agent_costCompare costs across Claude, GPT, Gemini, and other models. Per-call, per-run, and per-day breakdown with optimization tips.

How to install the Agentic Platform MCP server

{
  "mcpServers": {
    "agentic-platform": {
      "url": "https://platform.crestsystems.ai/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agentic Platform to mcp manifest lint.
  • Use Agentic Platform to agent health check.
  • Use Agentic Platform to estimate agent cost.

Frequently asked questions

It connects Agentic Platform to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (mcp_manifest_lint, agent_health_check, estimate_agent_cost) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agentic Platform directly.