mcp-banco-inter
Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.SamuelMoraesF/mcp-banco-inter",
"description": "Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.",
"repository": {
"url": "https://github.com/SamuelMoraesF/mcp-banco-inter",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-banco-inter",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ID do cliente obtido no Portal do Desenvolvedor Inter",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLIENT_ID"
},
{
"description": "Secret do cliente obtido no Portal do Desenvolvedor Inter",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLIENT_SECRET"
},
{
"description": "Caminho absoluto para o arquivo de certificado (.crt)",
"isRequired": true,
"format": "string",
"name": "CERT_PATH"
},
{
"description": "Caminho absoluto para o arquivo de chave privada (.key)",
"isRequired": true,
"format": "string",
"name": "KEY_PATH"
},
{
"description": "Número da conta corrente",
"format": "string",
"name": "X_CONTA_CORRENTE"
},
{
"description": "Caminho para salvamento dos PDFs",
"format": "string",
"default": "./storage",
"name": "STORAGE_PATH"
},
{
"description": "Habilitar modo sandbox",
"format": "boolean",
"default": "false",
"name": "INTER_IS_SANDBOX"
}
]
},
{
"registryType": "oci",
"identifier": "samuelmoraesf/mcp-banco-inter:1.0.1",
"transport": {
"type": "streamable-http",
"url": "http://{MCP_HOST}:{MCP_PORT}/mcp"
},
"environmentVariables": [
{
"description": "ID do cliente obtido no Portal do Desenvolvedor Inter",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLIENT_ID"
},
{
"description": "Secret do cliente obtido no Portal do Desenvolvedor Inter",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLIENT_SECRET"
},
{
"description": "Caminho para o certificado dentro do container (ex: /app/certs/inter.crt)",
"isRequired": true,
"format": "string",
"name": "CERT_PATH"
},
{
"description": "Caminho para a chave dentro do container (ex: /app/certs/inter.key)",
"isRequired": true,
"format": "string",
"name": "KEY_PATH"
},
{
"description": "Número da conta corrente",
"format": "string",
"name": "X_CONTA_CORRENTE"
},
{
"description": "Porta do servidor HTTP",
"format": "number",
"default": "3000",
"name": "MCP_PORT"
},
{
"description": "Host do servidor HTTP",
"format": "string",
"default": "0.0.0.0",
"name": "MCP_HOST"
},
{
"description": "Habilitar modo sandbox",
"format": "boolean",
"default": "false",
"name": "INTER_IS_SANDBOX"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-02-12T05:59:44.97151Z",
"publishedAt": "2026-02-12T05:59:44.97151Z",
"updatedAt": "2026-02-12T05:59:44.97151Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/SamuelMoraesF/mcp-banco-inter
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.