{"name":"io.github.mcp-dir/notafiscal-mcp","slug":"mcp-dir-notafiscal-mcp","title":"Nota Fiscal","description":"Issue and manage Brazilian service invoices (NFS-e) by chatting with your agent, platform-hosted, no","url":"https://mcp.market/server/mcp-dir-notafiscal-mcp","rating":null,"grade":"A","score":92,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":29,"stars":8,"forks":0,"downloads_week":null,"last_push_at":"2026-09-03T17:33:04.000Z","license":"MIT"},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T10:12:04.278Z","last_ok_at":"2026-09-21T10:12:04.278Z","latency_ms":110},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/mcp-dir/notafiscal-mcp","website":null,"version":"0.1.1","remotes":[{"type":"streamable-http","url":"https://api.mcp.ai/p_notafiscal"}],"packages":[],"tools":[{"name":"authenticate","description":"MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: \"<jwt>\" } after the user pastes, or with no args to get the link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"connect","description":"Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"marketplace","description":"The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like \"find an MCP that does X\", \"consulta um CPF\", \"is there a tool for Y\". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"action":{"default":"search","type":"string","enum":["search","describe","install","uninstall","subscribe","cancel","resume","report_bug","request_mcp","list_tools","invoke","search_prompts","get_prompt","publish_prompt"]},"query":{"default":"","type":"string"},"mcp_id":{"default":"","type":"string"},"limit":{"default":10,"type":"number"},"tier_slug":{"default":"","type":"string"},"immediate":{"default":false,"type":"boolean"},"cancel_reason":{"type":"string","enum":["too_expensive","missing_features","switched_service","unused","customer_service","too_complex","low_quality","other"]},"cancel_comment":{"default":"","type":"string"},"message":{"default":"","type":"string"},"report_context":{"default":"","type":"string"},"conversation":{"default":"[]","type":"string"},"request_name":{"default":"","type":"string"},"request_details":{"default":"","type":"string"},"tool_id":{"default":"","type":"string"},"arguments":{"default":"{}","type":"string"},"prompt_slug":{"default":"","type":"string"},"prompt_vars":{"default":"{}","type":"string"},"prompt_category":{"default":"","type":"string"},"prompt_tool":{"default":"","type":"string"},"prompt_title":{"default":"","type":"string"},"prompt_description":{"default":"","type":"string"},"prompt_body":{"default":"","type":"string"},"prompt_targets":{"default":[],"type":"array","items":{"type":"string","enum":["claude","chatgpt","cursor","lovable"]}}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"notafiscal_baixar_nfse","description":"Retorna os links de PDF (DANFSe) e XML de uma NFS-e emitida.\n\nBulk support: accepts invoice_ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company":{"type":"string"},"invoice_id":{"type":"string"},"invoice_ids":{"type":"array","items":{"type":"string"}}},"required":["invoice_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"notafiscal_cancelar_nfse","description":"Cancela uma NFS-e emitida (IRREVERSÍVEL, sujeito ao prazo de cancelamento do município). Confirme antes de chamar.\n\nBulk support: accepts invoice_ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company":{"type":"string"},"invoice_id":{"type":"string"},"invoice_ids":{"type":"array","items":{"type":"string"}}},"required":["invoice_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"notafiscal_consultar_nfse","description":"Consulta o status/detalhe de uma NFS-e emitida, por invoice_id.\n\nBulk support: accepts invoice_ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company":{"type":"string"},"invoice_id":{"type":"string"},"invoice_ids":{"type":"array","items":{"type":"string"}}},"required":["invoice_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"notafiscal_emitir_nfse","description":"Emite uma NFS-e (nota fiscal de serviço) para uma empresa conectada.\nCria um DOCUMENTO FISCAL REAL — confirme os dados antes de chamar.\n- 'nfse': corpo da nota no schema da nfe.io (JSON string), com ao menos:\n  cityServiceCode, description, servicesAmount, e borrower:{ federalTaxNumber, name, email?, address? }.\n- 'external_id' (opcional): chave de idempotência — reuse a mesma para não duplicar a nota numa re-tentativa.\nRetorna o id da nota e o status de processamento.\nSe a resposta disser que a empresa NÃO está habilitada para emitir (município sem emissão homologada, cadastro em homologação), o problema não é o payload: não re-tente — confira notafiscal_empresas e oriente o usuário.\n\nBulk support: accepts external_ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company":{"type":"string"},"nfse":{"type":"string"},"external_id":{"type":"string"},"external_ids":{"type":"array","items":{"type":"string"}}},"required":["nfse"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"notafiscal_empresas","description":"Lista as empresas (CNPJs) conectadas a este install e a situação de cada uma (company_id, razão social, município, validade do certificado, situacao_fiscal e pode_emitir). CHAME ANTES DE EMITIR: só empresa com pode_emitir=true (situacao_fiscal=Active) consegue emitir NFS-e; 'aviso' explica o bloqueio quando houver.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"notafiscal_listar_nfse","description":"Lista as NFS-e emitidas por uma empresa (paginado).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company":{"type":"string"},"page_count":{"default":50,"type":"number"},"page_index":{"default":1,"type":"number"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"report_bug","description":"Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"type":"string"},"context":{"default":"","type":"string"},"conversation":{"default":"[]","type":"string"}},"required":["message"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"show_version","description":"Show the current MCP platform and adapter versions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"toolkit_info","description":"Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":92,"grade":"A","scanned_at":"2026-09-20T16:17:41.597Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:17:41.539Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 314ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 17 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://api.mcp.ai/p_notafiscal","reachable":true,"authRequired":false,"latencyMs":314,"serverInfo":{"name":"mcp-ai","version":"0.9.351"}}],"packages":[],"repo":{"found":true,"owner":"mcp-dir","repo":"notafiscal-mcp","archived":false,"pushedAt":"2026-09-03T17:33:04Z","stars":8,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/207912538?v=4","ownerCreatedAt":"2025-04-16T18:01:51Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":8,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-03T17:33:04.000Z","score":29}}}},"grade_history":[],"reviews":[]}