mcp-marches-publics
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-marches-publicsRecherche des appels d'offres en cours dans le 75"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
marches_publics_mcp — Marchés publics & entreprises (France)
Serveur MCP qui donne à un agent des outils sur les données publiques françaises, à partir d'API ouvertes officielles (aucune clé requise).
Outil | Source | Rôle |
| BOAMP | Appels d'offres publics en cours (par mot-clé, département) |
| BOAMP | Détail d'un avis (par idweb) |
| DECP | Marchés attribués : qui a gagné quoi, pour quel montant |
| Recherche d'entreprises | Entreprise par nom / SIREN / SIRET |
Lancer en local
pip install -r requirements.txt
python test_local.py # teste chaque outil sur les API réelles
python server.py # STDIORelated MCP server: tenderapi-mcp
Production (MCP Hive)
MCP_TRANSPORT=streamable-http HOST=0.0.0.0 PORT=8000 python server.py
# Endpoint : http://<hôte>:8000/mcp (Streamable HTTP, stateless + JSON)Docker : docker build -t mcp-marches-publics . && docker run -p 8000:8000 mcp-marches-publics
Sources
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentIA1984-cmd/mcp-marches-publics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server