the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.SamuelMoraesF/mcp-nfse-nacional",
"description": "MCP Server para consulta de NFSe no portal nacional (nfse.gov.br)",
"repository": {
"url": "https://github.com/SamuelMoraesF/mcp-nfse-nacional",
"source": "github"
},
"version": "1.0.3",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-nfse-nacional",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Senha do certificado digital (e-CNPJ/e-CPF) em formato PFX",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CERT_PASSWORD"
},
{
"description": "Caminho para o arquivo do certificado digital (.pfx)",
"isRequired": true,
"format": "string",
"name": "CERT_FILE"
},
{
"description": "Opções do Node.js (use --openssl-legacy-provider para compatibilidade com certificados)",
"format": "string",
"default": "--openssl-legacy-provider",
"name": "NODE_OPTIONS"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{MCP_PORT}/mcp"
},
"runtimeArguments": [
{
"description": "Mapeia a porta do container para o host",
"value": "{MCP_PORT}:{MCP_PORT}",
"type": "named",
"name": "-p"
},
{
"description": "Monta o certificado digital no container",
"value": "{CERT_FILE}:/app/certificado.pfx:ro",
"type": "named",
"name": "-v"
},
{
"description": "Monta o diretório de armazenamento no container",
"value": "{STORAGE_PATH}:/app/storage",
"type": "named",
"name": "-v"
}
],
"environmentVariables": [
{
"description": "Senha do certificado digital (e-CNPJ/e-CPF) em formato PFX",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CERT_PASSWORD"
},
{
"description": "Caminho para o arquivo do certificado digital (.pfx)",
"isRequired": true,
"format": "filepath",
"name": "CERT_FILE"
},
{
"description": "Porta do servidor HTTP",
"format": "number",
"default": "3000",
"name": "MCP_PORT"
},
{
"description": "Diretório onde os XMLs e PDFs baixados serão armazenados",
"format": "filepath",
"default": "./storage",
"name": "STORAGE_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-02-12T03:06:33.237733Z",
"publishedAt": "2026-02-12T03:06:33.237733Z",
"updatedAt": "2026-02-12T03:06:33.237733Z",
"isLatest": true
}
}
}
Make it installable
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.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.3last seen 2026-08-23
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.