andysalvo/agentic-platform
The only MCP linter that exists. Free governance scoring (0-100) and cost estimation for AI agents. MCP server with 8 tools.
Overview
andysalvo/agentic-platform is a Python MCP server licensed under MIT. The only MCP linter that exists. Free governance scoring (0-100) and cost estimation for AI agents. MCP server with 8 tools. Topics: agent-tools, ai-agent, governance, mcp, mcp-server, mcp-tools, model-context-protocol, agent-diagnostics, mcp-linter.
Ranked #104 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
0/1 issues closed → many open issues
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Agentic Platform
**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:
```json
{
"mcpServers": {
"agentic-platform": {
"url": "http://165.22.46.178:8080/mcp"
}
}
}
```
### Claude Code
```bash
claude mcp add agentic-platform --transport http http://165.22.46.178:8080/mcp
```
### Docker
```bash
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)
| Tool | What It Does |
|------|-------------|
| `mcp_manifest_lint` | **The only MCP linter.** Validate your tool definitions for anti-patterns, missing fields, bad descrip Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.