Skip to main content
Glama

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

Related MCP server: synter-mcp-server

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 Β· πŸ“§ contact@codinfy.com Β· 🌐 codinfy.com

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

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

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

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