# agentic-platform

Free diagnostic tools for AI agents and MCP servers. No API key needed.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add andysalvo/agentic-platform

# Browse available tools
npx -y @smithery/cli@latest tool list andysalvo/agentic-platform

# Get full schema for a tool
npx -y @smithery/cli@latest tool get andysalvo/agentic-platform register

# Call a tool
npx -y @smithery/cli@latest tool call andysalvo/agentic-platform register '{}'
```

## Direct MCP Connection

Endpoint: `https://agentic-platform--andysalvo.run.tools`

## Tools (9)

- `register` — Register for an API key to access expert skill files. Free tier includes 10 skill retrievals per day. No payment requir…
- `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 …
- `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 payme…
- `agent_health_check` — Score any agent's system prompt on governance best practices from 0 to 100. Returns a detailed diagnostic report with s…
- `mcp_manifest_lint` — The only MCP tool definition linter that exists. Validates your MCP tool definitions for anti-patterns, missing descrip…
- `estimate_agent_cost` — Compare the cost of running an agent task across all major AI models including Claude, GPT, Gemini, Llama, and Mistral.…
- `evaluate_service` — Evaluate any MCP service for trustworthiness before spending money on it. Connects to the target server, checks reachab…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get andysalvo/agentic-platform <tool-name>
```

## Prompts (1)

- `getting_started` — Get started with the Agentic Platform. Shows available tools and how to use them.
