Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Marches Publics

FreeNot checked

Provides tools to search and retrieve French public procurement data (tenders, awarded contracts) and company information from official open APIs.

GitHubEmbed

About

Provides tools to search and retrieve French public procurement data (tenders, awarded contracts) and company information from official open APIs.

README

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
search_tenders BOAMP Appels d'offres publics en cours (par mot-clé, département)
get_tender BOAMP Détail d'un avis (par idweb)
search_awarded_contracts DECP Marchés attribués : qui a gagné quoi, pour quel montant
company_lookup 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         # STDIO

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

from github.com/AgentIA1984-cmd/mcp-marches-publics

Installing Marches Publics

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/AgentIA1984-cmd/mcp-marches-publics

FAQ

Is Marches Publics MCP free?

Yes, Marches Publics MCP is free — one-click install via Unyly at no cost.

Does Marches Publics need an API key?

No, Marches Publics runs without API keys or environment variables.

Is Marches Publics hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Marches Publics in Claude Desktop, Claude Code or Cursor?

Open Marches Publics on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Marches Publics with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs