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 init

This 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 postgres

4. 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

CommandDescription
npx mcpizy initInstall 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 statusCheck hook installation and API key status

API Reference

GET
/api/health

Service health check (public)

GET
/api/marketplace

Browse MCP catalog (public). Params: q, category, limit

POST
/api/ingest

Send tool call observations. Auth: Bearer API key

GET
/api/status

MCP status + pulse (auth required)

GET
/api/activity

Activity log. Params: mcp, category, project, limit

GET
/api/analytics

Usage analytics aggregation

GET
/api/machines/[id]

Per-MCP detail with tool breakdown