MCP Server
MCP
io.github.codespar/mcp-certta
MCP server for Certta — Brazilian KYC/KYB: biometrics, OCR, ICP-Brasil e-signature, onboarding
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-certta",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from the Certta dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CERTTA_API_KEY"
},
{
"description": "API base URL — defaults to Certta production. Override for sandbox.",
"format": "string",
"name": "CERTTA_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment