what is boamp-server?
boamp-server is a Model Context Protocol (MCP) server designed to query the BOAMP API and retrieve public market notices. This server allows users to search for public markets using various criteria and obtain complete details about specific markets.
how to use boamp-server?
To use boamp-server, install the necessary dependencies, build the server, and configure it with Claude Desktop. You can then query public markets by sending requests with specific parameters.
key features of boamp-server?
- Retrieve public market notices based on keywords and other criteria.
- Get complete details of specific markets.
- Supports various market types (SERVICES, WORKS, SUPPLIES).
use cases of boamp-server?
- Searching for public markets containing specific keywords like "communication" and "digital".
- Retrieving details of a specific market using its ID.
- Exporting search results into a CSV format for analysis.
FAQ from boamp-server?
- What types of markets can I search for?
You can search for various types of markets including services, works, and supplies.
- How do I install boamp-server?
Install dependencies using
npm install, build the server withnpm run build, and configure it for use with Claude Desktop.
- Can I debug the server?
Yes, you can use the MCP Inspector for debugging, which provides a URL to access debugging tools in your browser.