Codinfy MCP
The Codinfy MCP server connects AI agents to the Codinfy platform across several capability areas:
License Management: Validate purchase codes, check license status (active, expired, suspended, cancelled) including grace periods, and list user-owned licenses.
Payments (GeniusPay): Create checkout sessions (returning a payment URL or USSD push reference), poll payment status by reference, and list available payment operators by country.
Marketplace: Browse published products with pagination, fetch product details by slug or ID, and run full-text searches across the catalog.
Branding & Design: Retrieve design tokens (palette, typography, spacing), public brand metadata (site name, logos, social links), and signed URLs for brand assets.
OAuth / Identity: Fetch OpenID Connect discovery metadata and retrieve JWKS for verifying ID tokens.
Advertising: List available ad units for a publisher and retrieve the public Ads SDK configuration for a site.
Analytics: Track public events to Codinfy's analytics pipeline for CRM and product analytics purposes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Codinfy MCPvalidate license key ABC-123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@codinfy/mcp
The official Codinfy public MCP server
Connect any AI agent β Claude Code/Desktop, Cursor, Codex, Continue, Cline, Windsurf β to the Codinfy platform: validate licenses, check updates, browse the marketplace catalog and fetch the official design tokens.
π¦ npm Β· π codinfy.com Β· π docs.codinfy.com/mcp Β· π‘οΈ Security
π¬π§ English Β· π«π· FranΓ§ais
Status
v0.2.0 β 10 tools live, every one backed by a real shipped Codinfy API (no stubs, ever). Payments, OAuth (Login with Codinfy) and Ads tools ship together with their platform APIs.
Related MCP server: synter-mcp-server
Quick start
# Claude Code
claude mcp add codinfy -e CODINFY_LICENSE_SECRET=xxx -- npx -y @codinfy/mcpConfigs for Claude Desktop, Cursor, Codex, Continue and Cline:
examples/. Full guide: docs/getting-started.md.
Tools
Category | Tools |
Licenses (HMAC-signed) |
|
Catalog |
|
Platform |
|
Details: docs/api-reference.md Β·
problems: docs/troubleshooting.md.
Environment
Variable | Required | Purpose |
| license tools only | HMAC secret delivered with your license β never commit it |
| no | default |
| no | default |
| no |
|
Security model
Requests to the License API are signed HMAC-SHA256 over the raw body with an anti-replay timestamp (Β±300 s) β the same wire contract as the official PHP and Node SDKs (cross-language test vector in
tests/).Responses carry an RS256 JWT: verify it locally in your script (see the anti-tampering guide).
X-RateLimit-*headers are relayed in every tool result so agents can self-throttle (60 req/min/IP).This public server never exposes internal Codinfy tooling (rule R15).
Development
npm install
npm test # vitest β includes the PHP cross-language HMAC vector
npm run build # tsc β dist/
node dist/index.js # stdio server, "ready on stdio (10 tools)"π Connect with us
Network | Codinfy | Bakala Goin (Founder & CEO) |
TikTok | β | |
X (Twitter) | β |
License
MIT Β© 2026 RAFLOX SAS β Codinfy, Abidjan, CΓ΄te d'Ivoire.
Codinfy β by RAFLOX SAS Β· π§ contact@codinfy.com Β· π codinfy.com
Part of the Codinfy MCP ecosystem Β· codix-build-mcp
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bakalagoin/codinfy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server