Rasmio MCP Server
Provides access to the Rasmio API for searching and retrieving detailed information about Iranian companies and individuals. It enables users to look up registration details, addresses, and legal status using national IDs or general search queries.
README
Rasmio MCP Server
A Model Context Protocol (MCP) server that provides access to the Rasmio API for searching and retrieving Iranian company information.
Features
This MCP server provides two main tools:
-
company_info - Retrieve detailed company information using a national ID (company identifier)
- Company name and registration details
- Address and contact information
- Registered capital and status
- Registration dates and legal information
-
search - Search for companies and individuals
- Search by name, national ID, personal ID, or postal code
- Returns comprehensive search results with company details
- Includes CEO information, location data, and links
Installation
You can run this MCP server directly using npx without installation:
npx rasmio-mcp
Or install it globally:
npm install -g rasmio-mcp
Configuration
The server requires a Rasmio API key to function. Set it as an environment variable:
export RASMIO_API_KEY=your_api_key_here
On Windows (PowerShell):
$env:RASMIO_API_KEY="your_api_key_here"
Usage with Claude Desktop
Add this to your Claude Desktop configuration file:
macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"rasmio": {
"command": "npx",
"args": ["-y", "rasmio-mcp"],
"env": {
"RASMIO_API_KEY": "your_api_key_here"
}
}
}
}
Usage with Other MCP Clients
You can use this server with any MCP-compatible client by running:
rasmio-mcp
The server communicates via standard input/output using the MCP protocol.
Development
Clone the repository and install dependencies:
git clone https://github.com/engboustani/rasmio-mcp.git
cd rasmio-mcp
npm install
Build the project:
npm run build
API Reference
company_info
Retrieves detailed company information by national ID.
Parameters:
company_id(string, required): The national ID (company identifier) of the company to look up
Returns: Company details including registration number, address, capital, status, and more.
search
Search for companies and individuals across the Rasmio database.
Parameters:
query(string, required): Search term - can be a name, national ID, personal ID, or postal code
Returns: List of matching companies and individuals with detailed information.
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
For issues and questions, please use the GitHub issue tracker.
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.