- Explore MCP Servers
- boamp-server
Boamp Server
What is Boamp Server
boamp-server is an MCP (Model Context Protocol) server designed to query the BOAMP API and retrieve public market notices. It allows users to search for public markets using various criteria and obtain comprehensive details about specific markets.
Use cases
Use cases for boamp-server include searching for public markets related to specific keywords like ‘communication’ or ‘hospital construction’, and exporting the results in CSV format for further analysis.
How to use
To use boamp-server, install the necessary dependencies with ‘npm install’, build the server using ‘npm run build’, and configure it in the Claude Desktop application by adding the server configuration to the appropriate JSON file. You can also run the server in development mode with auto-rebuild using ‘npm run watch’.
Key features
Key features of boamp-server include the ability to retrieve public market notices based on keywords, market type, and sorting options. It also provides detailed information about specific markets using their unique identifiers.
Where to use
boamp-server can be used in various fields such as public procurement, government contracting, and market research, where access to public market information is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Boamp Server
boamp-server is an MCP (Model Context Protocol) server designed to query the BOAMP API and retrieve public market notices. It allows users to search for public markets using various criteria and obtain comprehensive details about specific markets.
Use cases
Use cases for boamp-server include searching for public markets related to specific keywords like ‘communication’ or ‘hospital construction’, and exporting the results in CSV format for further analysis.
How to use
To use boamp-server, install the necessary dependencies with ‘npm install’, build the server using ‘npm run build’, and configure it in the Claude Desktop application by adding the server configuration to the appropriate JSON file. You can also run the server in development mode with auto-rebuild using ‘npm run watch’.
Key features
Key features of boamp-server include the ability to retrieve public market notices based on keywords, market type, and sorting options. It also provides detailed information about specific markets using their unique identifiers.
Where to use
boamp-server can be used in various fields such as public procurement, government contracting, and market research, where access to public market information is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
boamp-server MCP Server
Un serveur MCP (Model Context Protocol) pour interroger l’API BOAMP et récupérer les avis de marchés publics. Ce serveur permet de rechercher des marchés publics en utilisant divers critères et d’obtenir des détails complets sur des marchés spécifiques.
Outils
get_public_markets
Récupère les avis de marchés publics selon divers critères
Paramètres:
- keywords* : Liste de mots-clés à rechercher
- type : Type de marché (SERVICES, TRAVAUX, FOURNITURES)
- limit : Nombre maximum de résultats à retourner
- sort_by : Champ de tri (dateparution, datelimitereponse)
- departments : Liste des départements (codes)
get_market_details
Récupère les détails complets d’un marché spécifique
Paramètres:
- idweb* : Identifiant du marché
Exemples
- Recherche les marchés publics contenant les mots-clés “communication” et “digital”
- Recherche les marchés publics contenant les mots-clés “construction d’un hôpital”, exporte les résultats dans un CSV
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"boamp-server": {
"command": "/path/to/boamp-server/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










