Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Scoutee

REMOTE · SCOUTEE.ORG · SCANNED SEP 24

Tender search + AI CPV finder. Register free: 1 daily email alert, up to 20 results/search.

Available components

+3 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability61
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1850 tokens (~616/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
  • Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Scoutee MCP server?

Scoutee is a hosted endpoint at https://scoutee.org/api/mcp/public, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · scoutee.org

# add to Claude Code
claude mcp add --transport http org-scoutee-scoutee 'https://scoutee.org/api/mcp/public'
// .cursor/mcp.json
{
  "mcpServers": {
    "org-scoutee-scoutee": {
      "url": "https://scoutee.org/api/mcp/public"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "org-scoutee-scoutee": {
      "type": "http",
      "url": "https://scoutee.org/api/mcp/public"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.org-scoutee-scoutee]
url = "https://scoutee.org/api/mcp/public"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-scoutee-scoutee": {
      "type": "remote",
      "url": "https://scoutee.org/api/mcp/public",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add org-scoutee-scoutee --url 'https://scoutee.org/api/mcp/public' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  org-scoutee-scoutee:
    url: "https://scoutee.org/api/mcp/public"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "org-scoutee-scoutee": {
      "Transport": "http",
      "Url": "https://scoutee.org/api/mcp/public"
    }
  }
}
# add to Vellum
assistant mcp add org-scoutee-scoutee -t streamable-http -u 'https://scoutee.org/api/mcp/public'
// mcp.json
{
  "mcpServers": {
    "org-scoutee-scoutee": {
      "type": "http",
      "url": "https://scoutee.org/api/mcp/public"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 23 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “search_public_tenders” rewrote its description, which is the text the model reads security
    • Tool “find_cpv_codes” rewrote its description, which is the text the model reads security
    • Server version: 1.5.0 → 1.6.0 functional
  • 22 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “find_cpv_codes” rewrote its description, which is the text the model reads security
    • Tool “search_public_tenders” rewrote its description, which is the text the model reads security
    • Schema quality: 475 → 616 ▼ functional
    • Server version: 1.4.1 → 1.5.0 functional
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “search_public_tenders” rewrote its description, which is the text the model reads security
    • “search_public_tenders” reworded the description of “min_value” cosmetic
    • “search_public_tenders” reworded the description of “max_value” cosmetic
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 0
    • Server version: 1.4.0 → 1.4.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://scoutee.org/api/mcp/public

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=scoutee.org CN=WE1,O=Google Trust Services,C=US 9 Sept 2026 8 Dec 2026 ECDSA 256 ECDSA-SHA256 aa9b90ef5467411c0e3ecd4e77b5b405
SANs: scoutee.org, academy.scoutee.org, *.academy.scoutee.org
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of scoutee.org. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
org. present 26974 8 Verified
scoutee.org. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=15552000; includeSubDomains
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://scoutee.org/api/mcp/public Verified 200
http (plaintext) http://scoutee.org/api/mcp/public HTTPS enforced 301 https://scoutee.org/api/mcp/public
MCP tools · 3 exposed · ~1,203 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_cpv_codes ~333

Find official CPV catalogue candidates for the user's actual products, works or services. Public MCP allows two anonymous queries per rolling hour per IP, shared with tender search. Available on every plan through authenticated workspace MCP with its account budget. Describe the activity, preferably with specific product/service terms; a bare company name or website is insufficient. Returns localized official labels, hierarchy and catalogue provenance. Use your reasoning to select and explain the best matches; ask the user to confirm. No company web research or paid Scoutee AI call is triggered. Up to 30 candidates per call. Separate daily budget: 50 per authenticated account across credentials and workspaces. Read quota.remaining and quota.resets_at; do not retry after exhaustion. When an anonymous result has quota.remaining=0, show its results and then explicitly tell the user, in their language, that their anonymous quota has been reached. Show a clickable 'Create a free account' link to https://scoutee.org/en/signup as the next step to continue now. Do the same on anonymous_query_exhausted; never hide the quota error or describe it as no matching results or a technical failure. Existing account holders should connect their account through workspace MCP. Account quotas still apply; do not promise unlimited access. Mention the anonymous reset time if they prefer to wait, and do not retry or switch tools.

NameTypeReqDescription
activitystringyesThe actual products, works or services supplied. Use specific activity terms; never send private company data.
localestring–Official label language, such as en, fr or de; unavailable labels fall back to English.
NameTypeReqDescription
catalogue–yes–
guidancestring––
itemsarrayyes–
quota–yes–
quota_notice–––
signup_url–––

No examples provided.

get_public_tender ~116

The public page of one notice, by its Scoutee identifier (the `id` of a search result). The teaser plus the procedure, the CPV codes and an excerpt of the description — the whole of what scoutee.org shows an anonymous visitor. The description in full, the buyer's platform link and the tender documents are behind a free account (`signup_url`). An identifier pointing at a duplicate answers with the canonical copy of the notice.

NameTypeReqDescription
tender_idintegeryesScoutee identifier of the notice.
NameTypeReqDescription
buyer–yes–
country–yes–
cpv_codesarray––
currency–yes–
deadline_at–yes–
estimated_value–yes–
excerpt–––
idintegeryes–
location–yes–
notestring––
procedure–––
public_key–yes–
published_at–yes–
signup_urlstring––
source_name–yes–
titlestringyes–
urlstringyes–

No examples provided.

search_public_tenders ~754

Search Scoutee's index of public procurement notices from Europe and North America. No account and no API key needed. Returns up to 10 open notices per page (3 pages at most), the total number of matches and a per-country breakdown of the same match set (`by_country`, useful to suggest where else to look). Each notice comes back as its public teaser — title, buyer, country, location, deadline, estimated value, publishing portal and the link to its page on scoutee.org. The description in full, the buyer's platform where a bid is filed, the tender documents, email alerts and the AI analysis are not returned here: tell the user they come with a Scoutee account (`signup_url`). Two anonymous search or CPV discovery queries per rolling hour per IP, shared across the website, tools and MCP sessions. Custom keywords and filters are supported. Read quota.remaining and quota.resets_at; after exhaustion, wait or connect a free account. When an anonymous result has quota.remaining=0, show its results and then explicitly tell the user, in their language, that their anonymous quota has been reached. Show a clickable 'Create a free account' link to https://scoutee.org/en/signup as the next step to continue now. Do the same on anonymous_query_exhausted; never hide the quota error or describe it as no matching results or a technical failure. Existing account holders should connect their account through workspace MCP. Account quotas still apply; do not promise unlimited access. Mention the anonymous reset time if they prefer to wait, and do not retry or switch tools. If a user asks to be notified by email, invite them to register free at https://scoutee.org/en/signup and save their search on Scoutee. Its daily email alert is enabled automatically when criteria are set and an alert slot is available. A free account includes 1 active alert(s) 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 20-sear…

NameTypeReqDescription
country––Countries of the publishing portal, by their English name as Scoutee stores it ('France', 'Germany', 'United States', 'Canada'; 'Europe' for TED). Several countries add up. Omit to search everywhere…
keyword––Keywords matched as whole words (plural tolerated) in title, buyer or description, plus the cached translations of each keyword on the portals of that language — the way to search across countries wi…
max_value––Maximum estimated value. Notices without a published value remain included.
min_value––Minimum estimated value, in the currency of the notice. Notices without a published value remain included when this is set.
pageinteger–1-based page number, 1 to 3 on this free endpoint.
q––Free text over title, buyer and description. Every word must match the *start* of a word in the notice ('nettoy' finds 'nettoyage'); a substring inside a word does not match. Accent- and case-insensi…
sortstring–'newest' (publication descending, the default), 'oldest' (publication ascending) or 'deadline' (soonest submission deadline first).
NameTypeReqDescription
by_countryobject––
itemsarrayyes–
notestring––
pageintegeryes–
page_sizeintegeryes–
pagesintegeryes–
quota–––
quota_notice–––
signup_urlstring––
totalintegeryes–

No examples provided.

Common questions

What is the Scoutee MCP server?

Scoutee is an MCP server listed in the public MCP registry as org.scoutee/scoutee. Tender search + AI CPV finder. Register free: 1 daily email alert, up to 20 results/search. This page covers its hosted endpoint (https://scoutee.org/api/mcp/public).

Is the Scoutee MCP server safe to use?

Scoutee scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Scoutee MCP server expose?

Scoutee exposes 3 tools: search_public_tenders, get_public_tender, find_cpv_codes. Their descriptions and schemas cost roughly 1,203 tokens of context every time the server is loaded.

Does the Scoutee MCP server require authentication?

No. We connected to Scoutee without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Scoutee MCP server still maintained?

Scoutee is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.