Skip to content

A library to auto‑generate MCP tools specifications from GraphQL introspection or protocol‑buffer descriptor sets.

License

Notifications You must be signed in to change notification settings

noamski/mcp-toolgen

Repository files navigation

mcp-toolgen

Generate function-calling JSON schemas for OpenAI / Anthropic from your GraphQL API or gRPC descriptor.

pip install mcp-toolgen[grpc]       # `[grpc]` adds protobuf support
mcp_toolgen --url https://api.acme.com/graphql \
            --header "Authorization: Bearer $TOKEN" \
            --only-mutations --format openai > functions.json

About

A library to auto‑generate MCP tools specifications from GraphQL introspection or protocol‑buffer descriptor sets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages