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.
Related MCP Servers
AlicenseAqualityFmaintenanceMCP Server that connects AI agents to Chargebee Platform.Last updated213416MIT- AlicenseAqualityDmaintenanceMCP server for AI agents to manage ad campaigns across Google, Meta, LinkedIn, Microsoft, Reddit, TikTok, and moreLast updated217115MIT
- Alicense-qualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.Last updated1MIT
- Alicense-qualityFmaintenanceMCP server that gives AI agents Lightning payments, L402 API access, trust verification, and service discovery.Last updated13MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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