I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

boamp-server
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.
3 years
Works with Finder
1
Github Watches
1
Github Forks
1
Github Stars
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.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Therapist adept at identifying core issues and offering practical advice with images.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

user_HiPSxsAQ
I recently started using boamp-server, and it has significantly streamlined my server management tasks. The setup was straightforward, thanks to the clear documentation provided by stefw. The performance and reliability have been impressive, meeting all my expectations. Highly recommend this for anyone looking for a robust server management tool. Check it out on GitHub!