Data Gouv MCP Server
Interact with the French government's open data platform (data.gouv.fr) to search for company information.
This server is deprecated, you should check the official Datagouv MCP server
Data Gouv MCP Server
MCP server for interacting with Datagouv APIs. Specifically:
This MCP server uses HTTP+SSE transport defined in MCP
Features
Tools
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.)
Installation
Follow those instructions to run Data Gouv MCP server on your host.
Requirements
- Node 22 (
lts/jod) - pnpm 10
Instructions
- Install dependencies:
pnpm install
- Run the server:
pnpm run dev
- Configure your favorite MCP client to use this new server:
{
"mcpServers": {
"data-gouv": {
"url": "http://localhost:3001/sse"
}
}
}
Debugging
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
Acknowledgment
- Frederic Barthelet who allowed me to hit the ground running with building an MCP server in ts.
- Matt Pocock and his always welcome neat TS tricks specifically in the context of writting your own MCP server on AI Hero: https://www.aihero.dev/publish-your-mcp-server-to-npm
Serveurs connexes
SelfMemory
Let your memories live forever by passing your knowledge to the next generation with SelfMemory.
stooq-mcp
MCP server to fetch stock prices from stooq.com (Rust)
Expert Registry MCP Server
An MCP server for expert discovery, registration, and context injection, utilizing vector and graph databases.
Crawleo MCP Server
Crawleo MCP - Web Search & Crawl for AI Enable AI assistants to access real-time web data through native tool integration. Two Powerful Tools: web.search - Real-time web search with flexible formatting Search from any country/language Device-specific results (desktop, mobile, tablet) Multiple output formats: Enhanced HTML (AI-optimized, clean) Raw HTML (original source) Markdown (formatted text) Plain Text (pure content) Auto-crawl option for full content extraction Multi-page search support web.crawl - Deep content extraction Extract clean content from any URL JavaScript rendering support Markdown conversion Screenshot capture Multi-URL support Features: ✅ Zero data retention (complete privacy) ✅ Real-time, not cached results ✅ AI-optimized with Enhanced HTML mode ✅ Global coverage (any country/language) ✅ Device-specific search (mobile/desktop/tablet) ✅ Flexible output formats (4 options) ✅ Cost-effective (5-10x cheaper than competitors) ✅ Simple Claude Desktop integration Perfect for: Research, content analysis, data extraction, AI agents, RAG pipelines, multi-device testing
1ly MCP
Enable AI agents to discover, launch tokens, pay for, and sell APIs and resources using x402
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Librarian
A server to query Wikipedia and automatically fact-check information for any LLM with a compatible MCP client.
YouTube Toolbox
A set of tools to interact with YouTube, including video search, transcript extraction, and comment retrieval.
Azure AI Agent & Search
Search content using Azure AI Agent Service and Azure AI Search.
MCP Deep Search
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.