MCP NIF.PT

MCP NIF.PT

Enables querying and analyzing information about Portuguese companies using the NIF.PT public API. Supports searching by NIF, company name or city, checking company status, and identifying accounting-related businesses.

Category
Visit Server

README

MCP NIF.PT

This project implements an intelligent server based on FastMCP, allowing you to query and analyze information about Portuguese companies using the NIF.PT public API. It supports multiple useful tools such as search by NIF, company name or city, checking company status, and identifying accounting-related businesses.


Features

  • Retrieve complete company data by NIF
  • Check if a company is active or closed
  • Identify if a company is related to accounting
  • Search companies by name and city
  • Get the NIF based on the exact company name
  • Access external links (Google Maps, Racius, Portugalio)

Project Structure

.
├── main.py                   
├── models.py                
├── nif_client.py             
├── utils.py                
├── requirements.txt          
├── Dockerfile              
├── package.json             
└── .smithery.profile.json    

Technologies Used

  • FastMCP
  • FastAPI
  • httpx
  • Pydantic
  • Docker
  • Python 3.10+

How to Run

Locally

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py

The application uses transport="stdio" by default, making it compatible with Claude Desktop or terminal-based environments.


Usage Examples

  • Qual é a empresa com o NIF 504426744?
  • A empresa com o NIF 504426744 está ativa?
  • A empresa com o NIF 504426744 é de contabilidade?
  • Procurar empresas com o nome "contabilidade" em Lisboa
  • Qual é o NIF da empresa "XPTO LDA"?

Output Format

The responses include details such as:

  • Nome, cidade, atividade e estado
  • Morada com link para Google Maps
  • Contactos (telefone, email, website)
  • CAE (Código de Atividade Económica)
  • Ligações externas (Racius, Portugalio)

Claude Desktop Integration

To integrate this MCP with Claude Desktop:

  1. Install Claude Desktop
    Download and install from: https://claude.ai/download

  2. Open Configuration
    Go to File > Settings > Developer and click Edit Configuration

  3. Add the MCP server configuration
    In the claude_desktop_config.json, insert the following configuration:

{
  "mcpServers": {
    "nif-pt-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/YOUR/PROJECT/FOLDER",
        "run",
        "main.py"
      ]
    }
  }
}

Replace /ABSOLUTE/PATH/TO/YOUR/PROJECT/FOLDER with the actual absolute path where your main.py file is located.

  1. Restart Claude Desktop
    After saving the configuration, restart Claude Desktop. Your nif-pt-server MCP should now be available in the Claude Desktop interface.

One-Click Installation via Smithery

(https://smithery.ai/server/@ruicarvalho1/mcp_nif)

With Claude Desktop open, you can install this MCP directly using the Smithery CLI.
Just paste the following command into your terminal:

npx -y @smithery/cli@latest install @ruicarvalho1/mcp_nif --client claude

This will automatically install the MCP and register it with Claude Desktop.


Author

Developed by Rui Carvalho.


License

This project is licensed under the MIT License.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured