Interact with the French government's open data platform (data.gouv.fr) to search for company information.
MCP server for interacting with Datagouv APIs. Specifically:
This MCP server uses HTTP+SSE transport defined in MCP
search-company
- Find up to date information (name, address, list of directors, sector, etc.) about a company listed in France by providing a search query (name of the company, of the CEO, address, etc.)Follow those instructions to run Data Gouv MCP server on your host.
lts/jod
)pnpm install
pnpm run dev
{
"mcpServers": {
"data-gouv": {
"url": "http://localhost:3001/sse"
}
}
}
Start the MCP Inspector to debug this server, which is available as a package script:
pnpm run inspector
Access the inspector in your browser at http://localhost:5173
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
Provides semantic search across local files by creating vector embeddings from watched directories.
Provides weather data using the US National Weather Service (NWS) API. Built with pure JavaScript ES Modules.
Search Engine made for AIs by Exa
Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration.
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
Web search using OpenAI's o3 model. Requires an OpenAI API key.
Enhances LLM responses with factual, real-time web content using Jina AI's grounding capabilities.
Search for news articles using the Naver News API. Requires Naver News API credentials.
Retrieves character and artifact information from the game Wuthering Waves (鸣潮) as Markdown, optimized for large language models.