Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Codinfy

FreeNot checked

MCP server that connects AI agents to Codinfy platform APIs for validating licenses, creating checkouts, listing products, tracking analytics, managing OAuth id

GitHubEmbed

About

MCP server that connects AI agents to Codinfy platform APIs for validating licenses, creating checkouts, listing products, tracking analytics, managing OAuth identity, and handling ad placements.

README

Codinfy

@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 version License: MIT Node MCP

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

Quick start

# Claude Code
claude mcp add codinfy -e CODINFY_LICENSE_SECRET=xxx -- npx -y @codinfy/mcp

Configs for Claude Desktop, Cursor, Codex, Continue and Cline: examples/. Full guide: docs/getting-started.md.

Tools

Category Tools
Licenses (HMAC-signed) codinfy_validate_license · codinfy_check_license_status · codinfy_get_grace_period · codinfy_check_license_update
Catalog codinfy_list_products · codinfy_get_product · codinfy_search_products
Platform codinfy_get_design_tokens · codinfy_health · codinfy_get_integration_links

Details: docs/api-reference.md · problems: docs/troubleshooting.md.

Environment

Variable Required Purpose
CODINFY_LICENSE_SECRET license tools only HMAC secret delivered with your license — never commit it
CODINFY_API_BASE no default https://api.codinfy.com/api
CODINFY_SITE_BASE no default https://codinfy.com
CODINFY_API_KEY no pk_live_… forwarded as X-Codinfy-Api-Key; key issuance arrives with the developer portal

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)
Facebook @codinfyci @bakalagoin
Instagram @codinfyci @bakalagoin
LinkedIn company/codinfyen bakala-goin
TikTok @bakalagoin
X (Twitter) @bakalagoin

License

MIT © 2026 RAFLOX SAS — Codinfy, Abidjan, Côte d'Ivoire.


Codinfy — by RAFLOX SAS · 📧 [email protected] · 🌐 codinfy.com

Part of the Codinfy MCP ecosystem · codix-build-mcp

from github.com/bakalagoin/codinfy-mcp

Installing Codinfy

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/bakalagoin/codinfy-mcp

FAQ

Is Codinfy MCP free?

Yes, Codinfy MCP is free — one-click install via Unyly at no cost.

Does Codinfy need an API key?

No, Codinfy runs without API keys or environment variables.

Is Codinfy hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Codinfy in Claude Desktop, Claude Code or Cursor?

Open Codinfy on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Codinfy with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs