MCP server for agent diagnostics and expert skills
Four free diagnostic tools and three expert skill files, served over the Model Context Protocol. No account needed for the free tools. Connect from any MCP client.
claude mcp add agentic-platform --transport http https://api.asalvocreative.com/mcp
Add to your MCP configuration file:
{
"mcpServers": {
"agentic-platform": {
"url": "https://api.asalvocreative.com/mcp"
}
}
}
npx -y @smithery/cli@latest install agentic-platform--andysalvo.run.tools --client claude
No API key required. Unlimited use.
The only MCP tool definition linter. Validates tool definitions for anti-patterns, missing descriptions, bad parameter schemas, naming issues, and quality problems. Pass your tool definitions as a JSON array.
DetailsScore any agent's system prompt on governance best practices from 0 to 100. Checks for authority leaks, silent inference, missing audit trails, and 14 other anti-patterns.
DetailsCompare costs across all major AI models. Returns a comparison table with per-call, per-run, and per-day costs for Claude, GPT, Gemini, Llama, Mistral, and more.
DetailsEvaluate any MCP service for trustworthiness before spending money. Checks reachability, governance, tool quality, and audit endpoints. Returns a trust score from 0 to 100.
DetailsCurated knowledge files retrieved through the MCP protocol. 10 free calls per day after registering an API key.
Design agent systems that preserve human authority. Covers three core invariants, Coupled Authority Phenomenon, forbidden failure modes, and decision architecture patterns.
Pricing models, unit economics, and revenue architecture for AI agent platforms. Market projections, cost-to-serve benchmarks, and pricing anti-patterns.
Build deterministic, auditable systems with append-only decision logs, replay safety, and 14 forbidden failure modes. Implementation patterns and embodiment tests.
register tool)buy_credits toolGET /.well-known/agent.json -- Machine-readable service descriptionGET /audit -- Public audit log of recent callsGET /health -- Server health checkGET /llms.txt -- Machine-readable platform description