Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Monitoring
  3. Agentic Platform
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:26:08 AM

Agentic Platform

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "agentic-platform": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-platform"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Documentation Overview

Agentic Platform

agentic-platform MCP server

The only MCP linter that exists. Plus free governance scoring and cost estimation for AI agents.

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.

Installation

Remote MCP Server (Hosted)

Add to your MCP client configuration:

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

Claude Code

Terminal
claude mcp add agentic-platform --transport http https://platform.crestsystems.ai/mcp

Docker

Terminal
docker run -p 8080:8080 ghcr.io/andysalvo/agentic-platform:latest

Works with Claude Desktop, Claude Code, VS Code, Cursor, Cline, and any MCP-compatible client.

Free Tools (No API Key Needed)

ToolWhat It Does
mcp_manifest_lintThe 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.

Expert Skills (Free Tier: 10 Calls/Day)

SkillDescription
governanceDesign agent systems that preserve human authority. 3 core invariants, Coupled Authority Phenomenon, 14 forbidden failure modes.
agentic-economicsPricing models, unit economics, and revenue architecture for AI agent platforms. Market projections, cost-to-serve benchmarks (March 2026).
intent-architectureBuild deterministic, auditable systems. Append-only decision logs, 9 system invariants, implementation patterns, embodiment tests.

Quick Start

Code
1. mcp_manifest_lint(tools_json='[{"name":"my_tool","description":"Does something"}]')
   -> Pass/fail report with specific fixes

2. agent_health_check(system_prompt="Your agent's system prompt here")
   -> Score 0-100 with detailed diagnostic

3. estimate_agent_cost(model="claude-sonnet-4", input_tokens=2000, output_tokens=1000, num_calls=10)
   -> Cost comparison table across all major models

Pricing

  • Free tools: Unlimited. No API key needed.
  • Expert skills: 10 free calls/day per API key.
  • Credit packs: $5 (50 credits) or $20 (250 credits) via Stripe.

Crest Service Fleet

ServiceURLPurpose
Verify APIverify.crestsystems.aiConformance verification for x402 action_ref. Submit receipts, get signed verdicts with public permalinks.
Trust Checksupership.crestsystems.ai/checkFree pre-payment trust oracle for x402 agent commerce.
Conformancecrestsystems.ai/conformancePublic conformance results matrix for action-ref-v1.
x402 Auditaudit.crestsystems.aiSmart contract audit, code scan, wallet risk profiling ($0.25-$1.00 USDC).
x402 Datadata.crestsystems.aiCrypto market data ($0.01/call USDC on Base).

Governance

This platform operates under three core invariants:

  1. No Silent Inference -- no inferring or reinterpreting input without explicit documentation
  2. Auditability at the Decision Level -- every state change traceable to a decision
  3. Explicit Authority Transfer -- all commitments require explicit authorization

These apply to the platform itself, not just its users.

Keywords

MCP server, MCP linter, MCP validator, MCP manifest lint, agent governance, agent health check, agent cost estimator, AI agent tools, Model Context Protocol, MCP tool validation, agent diagnostics, governance scoring, x402 conformance, action-ref verification, agent accountability, trust oracle, agent commerce

License

MIT

Built By

Andy Salvo

Related MCP Servers

View all in Monitoring View all alternatives
  • Dynatrace Mcp logoDynatrace Mcp

    Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

    πŸ“Š Monitoring2 views
    Compare vs Dynatrace Mcp β†’
  • Statuscraft logoStatuscraft

    MCP server that checks the live status of 3831 software services in real time. Ask your AI agent "is GitHub down?" or "what's wrong with Sentry?" β€” and get a live answer pulled directly from official status pages, including full incident detail when something is broken. npx -y github:jabbawocky/statuscraft

    πŸ“Š Monitoring0 views
    Compare vs Statuscraft β†’
  • K
    KatanA Markdown Linter

    Markdown linter and workspace-scoped stdio MCP server.

    πŸ“Š Monitoring0 views
    Compare vs KatanA Markdown Linter β†’
  • Langfuse Mcp Java logoLangfuse Mcp Java

    Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse)

    πŸ“Š Monitoring3 views
    Compare vs Langfuse Mcp Java β†’

Frequently Asked Questions about Agentic Platform

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentic-platform": { "command": "npx", "args": ["-y", "Agentic Platform"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentic Platform AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentic-platform?style=directory)](https://allmcps.com/mcp/agentic-platform)
HTML Embed
<a href="https://allmcps.com/mcp/agentic-platform"><img src="https://allmcps.com/api/badge/agentic-platform?style=directory" alt="Agentic Platform on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to Agentic Platform β†’Install in Claude DesktopInstall in CursorInstall in VS Code