MCPizer

by i2y

Not rated
GitHub

About

Enables AI assistants to call any REST API or gRPC service by automatically converting their schemas into MCP tools.

Details

Author
i2y
Categories
Developer Tools, API, Automation

Setup

Install MCPizer in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/i2y/mcpizer

Follow the installation instructions in the repository README, then restart your MCP client.

"I want to test if MCPizer sees my API"

# Quick check - what tools are available? mcpizer -transport=stdio << 'EOF' {"jsonrpc":"2.0","method":"tools/list","id":1} EOF # Should list all your API endpoints as tools
# For APIs that require authentication headers schema_sources: # Object format with headers (for fetching schemas) - url: https://api.example.com/openapi.json headers: Authorization: "Bearer YOUR_API_TOKEN" X-API-Key: "YOUR_API_KEY" # GitHub private repos (automatic auth via gh CLI) - github://myorg/private-apis/openapi.yaml # No headers needed! - url: github://myorg/private-protos/api.proto # gh handles auth server: grpc://api.example.com:50051 # Simple format (no auth required) - https://public-api.example.com/swagger.json

Note: These headers are used when fetching the schema files. Headers required for actual API calls should be defined in the OpenAPI spec itself.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.