Documentation
Everything you need to get started with MCPizy.
Getting Started
1. Create an account
Sign up at mcpizy.com/sign-up with Google or email.
2. Install the observer
Run this in your terminal:
npx mcpizy initThis adds a hook to your Claude Code that sends tool call metadata (tool name, timestamp, project) to your MCPizy dashboard. No code or file contents are ever sent.
3. Browse & install MCPs
Find MCPs in the marketplace or install via CLI:
mcpizy search databasemcpizy install postgres4. Monitor your MCPs
Your dashboard auto-populates as you use Claude. See which MCPs are active, view analytics, and track usage over time.
CLI Reference
| Command | Description |
|---|---|
| npx mcpizy init | Install observer hook + configure API key |
| npx mcpizy install <name> | Install an MCP from the marketplace into .claude.json |
| npx mcpizy search <query> | Search the marketplace from your terminal |
| npx mcpizy status | Check hook installation and API key status |
API Reference
GET
/api/healthService health check (public)
GET
/api/marketplaceBrowse MCP catalog (public). Params: q, category, limit
POST
/api/ingestSend tool call observations. Auth: Bearer API key
GET
/api/statusMCP status + pulse (auth required)
GET
/api/activityActivity log. Params: mcp, category, project, limit
GET
/api/analyticsUsage analytics aggregation
GET
/api/machines/[id]Per-MCP detail with tool breakdown