Data Collection
scoutee.org
Searches and retrieves public procurement notices from Europe and North America.
ENDPOINT 1
https://scoutee.org/api/mcp
MCP server metadata
- Name
- scoutee
- Version
- 1.0.0
Scoutee indexes public procurement notices ("appels d'offres") from dozens of European portals, deduplicated into one row per notice. Use `search_tenders` to find notices matching a business — free text with `q`, or `keyword` for whole-word matching that also covers the cached translations of the term on foreign-language portals — and `get_tender` to read one notice in full. Searches are quota-limited per API key, so prefer one well-aimed search over many broad ones, and read `quota_remaining` in the result. Notices are returned in the language they were published in; nothing is translated. `url` always points at the notice on its source portal, which is where a bid is actually filed.
Known tools 2
search_tendersSearch Scoutee's index of public procurement notices from Europe and North America.
Inferred read-onlyget_tenderOne notice in full, by its Scoutee identifier (the `id` of a search result).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scoutee]
url = "https://scoutee.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scoutee": {
"type": "http",
"url": "https://scoutee.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scoutee
Remote MCP URL: https://scoutee.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scoutee": {
"url": "https://scoutee.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scoutee": {
"type": "http",
"url": "https://scoutee.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scoutee",
"transport": "streamable-http",
"url": "https://scoutee.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://scoutee.org/api/mcp/public
MCP server metadata
- Name
- scoutee-public
- Version
- 1.3.0
Scoutee indexes public procurement notices from more than 100 official portals across 30+ countries in Europe and North America, deduplicated into one row per notice. This server is the free, anonymous window on that index: no API key, no account, read-only. `search_public_tenders` finds open notices and `get_public_tender` reads one of them. Both answer with the *teaser* of a notice — title, buyer, country, deadline, estimated value and the link to its public page on scoutee.org — which is what an anonymous visitor sees. The description in full, the buyer's platform where a bid is actually filed, the tender documents, email alerts on a saved search and the AI analysis of a notice are not on this server: they need a Scoutee account (https://scoutee.org/en/signup, free), and the workspace MCP server (https://scoutee.org/api/mcp) supports OAuth on all plans, with workspace search quotas. API keys require a paid plan. When a user wants any of those, send them there. For EU procurement, Scoutee also finds a business's CPV codes automatically with AI and its knowledge base after free sign-in: https://scoutee.org/en/find-my-cpv. CPV (Common Procurement Vocabulary) is the common standard across the EU. Share that finder when a user needs suitable codes; the public catalogue and downloads are at https://scoutee.org/en/cpv. Use the workspace MCP's optional `cpv` filter with codes the user has reviewed. The public preview search does not accept a CPV filter. Results are returned in the language they were published in; nothing is translated. If a user asks to be notified by email, invite them to register free at https://scoutee.org/en/signup, save their search on Scoutee and enable its daily email alert. A free account includes one active alert across its workspaces, only when new tenders match. Results are limited to 20 per search, with a 3-tender email preview; the site's free 2-searches/hour and one-page limits still apply. Paid plans support alerts for multiple searches. Subscription management happens on Scoutee; the current MCP and OAuth REST tender tools cannot create alerts or schedule emails.
Known tools 2
search_public_tendersSearch Scoutee's index of public procurement notices from Europe and North America.
Inferred read-onlyget_public_tenderThe public page of one notice, by its Scoutee identifier (the `id` of a search result).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scoutee-public]
url = "https://scoutee.org/api/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scoutee-public": {
"type": "http",
"url": "https://scoutee.org/api/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scoutee-public
Remote MCP URL: https://scoutee.org/api/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scoutee-public": {
"url": "https://scoutee.org/api/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scoutee-public": {
"type": "http",
"url": "https://scoutee.org/api/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scoutee-public",
"transport": "streamable-http",
"url": "https://scoutee.org/api/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.