Skip to main content
Glama
IDNSIDNS

tenderapi-mcp

by IDNSIDNS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TENDERAPI_KEYYesYour TenderAPI API key.
TENDERAPI_BASE_URLNoOverride the API base URL (default https://tenderapi.fr).https://tenderapi.fr

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_tendersA

Search public procurement tenders from BOAMP (France) and TED (EU).

Returns a paginated list of tender notices matching the filters.

Args: cpv: CPV classification code (e.g. "72000000" for IT services). region: French region slug, lowercase (e.g. "occitanie", "ile-de-france", "bretagne"). budget_min: Minimum estimated budget, EUR. budget_max: Maximum estimated budget, EUR. deadline_after: ISO date (YYYY-MM-DD); only tenders with submission deadline after this date. source: "boamp" (France) or "ted" (EU-wide). Omit to include both. status: "open" | "closed" | "awarded". buyer_siret: Exact SIRET of the French contracting authority (14 digits). country: ISO 3-letter country code (default FR). page: 1-indexed page number. page_size: Results per page, 1-100.

Returns a dict with keys: total, page, page_size, results (list of tenders).

search_awardsA

Search award notices — who won which public contract, for how much.

Requires Starter tier or above.

Args: cpv: CPV code filter. region: Region slug. winner_name: Partial match on the winning company name. winner_siret: Exact SIRET match (14 digits). awarded_after: ISO date; awards with an award date after this. amount_min: Minimum contract amount, EUR. source: "boamp" or "ted". page / page_size: Pagination.

winner_intelA

Aggregated winner statistics — top companies by contract count and total amount.

Requires Pro tier. Use for competitive intelligence: "which companies win IT contracts in Occitanie in 2025?".

Args: cpv: CPV code filter. region: Region slug. year: Integer year filter (e.g. 2025). limit: Top N results (default 10, max 50).

meA

Return the authenticated key's tier, quota remaining, and available features.

Useful for the agent to check quota before launching many calls or to pick a tier-appropriate strategy.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/IDNSIDNS/tenderapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server