CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

TedScout

io.github.sdmcc/tedscout-mcp
15 toolsHTTPregistry active
Summary

Connects Claude to TED (Tenders Electronic Daily) and eight national EU procurement portals to search and monitor public tenders. You'd reach for this when tracking government contracting opportunities across Europe, whether you're researching procurement patterns, monitoring specific tender categories, or helping clients identify bid opportunities. The streamable HTTP transport means it works through remote connections without local setup. Useful for consultants, business developers, or analysts who need to query procurement data directly in conversation rather than switching between multiple national tender databases and the main EU portal.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

15 tools
search_tendersSearch TED (EU-wide) and 8 national procurement portals (Germany, Netherlands, France, Spain, Poland, Italy, UK) for open public procurement notices. Filter by keywords, CPV codes, country, contract value, and deadline window. Always call list_cpv_codes first if you don't know...10 params

Search TED (EU-wide) and 8 national procurement portals (Germany, Netherlands, France, Spain, Poland, Italy, UK) for open public procurement notices. Filter by keywords, CPV codes, country, contract value, and deadline window. Always call list_cpv_codes first if you don't know...

Parameters* required
pageinteger
Page number for paginated results. Starts at 1 (default).
keywordsstring
Free-text keywords to search in tender titles and descriptions. Example: 'cloud infrastructure' or 'software development'.
countriesarray
ISO 3166-1 alpha-2 or alpha-3 country codes to filter results. Examples: ['DE','FR'] or ['DEU','FRA']. Omit to search all countries.
cpv_codesarray
EU CPV (Common Procurement Vocabulary) codes to filter by sector. Example: ['72000000','72200000'] for IT services. Use list_cpv_codes to find the right codes.
page_sizeinteger
Number of results per page. Default is 10, maximum is 50.
nuts_codesarray
NUTS region codes for sub-national filtering. Example: ['DE2','FR1'] for Bavaria and Île-de-France.
notice_typestring
Type of notice to return. Use 'contract_notice' (default) for open tenders, 'contract_award' for awarded contracts.
value_max_eurnumber
Maximum estimated contract value in EUR. Example: 500000 to exclude large contracts outside your capacity.
value_min_eurnumber
Minimum estimated contract value in EUR. Example: 50000 to exclude small contracts.
deadline_within_daysinteger
Only return tenders with submission deadlines within this many days from today. Default is 60. Use 14 for urgent opportunities only.
get_tender_detailFetch full details of a TED procurement notice including eligibility criteria, award criteria, lot breakdown, contact details, and submission URL. Handles both eForms (2022+) and legacy TED XML formats. Results are cached for 24 hours.2 params

Fetch full details of a TED procurement notice including eligibility criteria, award criteria, lot breakdown, contact details, and submission URL. Handles both eForms (2022+) and legacy TED XML formats. Results are cached for 24 hours.

Parameters* required
languagestring
ISO 639-1 language code for the response. Example: 'en', 'de', 'fr'. Defaults to 'en'.
tender_idstring
TED notice publication number. Example: '123456-2025' or the full ID returned by search_tenders.
list_cpv_codesSearch the full EU CPV (Common Procurement Vocabulary) of 9,452 codes by keyword to find the right codes for a sector or service type. Call this before search_tenders when you don't already know the CPV codes. Example: query 'software development' returns codes like 72200000.3 params

Search the full EU CPV (Common Procurement Vocabulary) of 9,452 codes by keyword to find the right codes for a sector or service type. Call this before search_tenders when you don't already know the CPV codes. Example: query 'software development' returns codes like 72200000.

Parameters* required
limitinteger
Maximum number of CPV codes to return. Defaults to 10.
querystring
Keyword to search in CPV code labels. Example: 'software', 'construction', 'consulting', 'healthcare'.
languagestring
Language for CPV labels. Currently only 'en' (English) is supported.
match_tenders_to_profileScore and rank a list of tenders against your saved company profile using a weighted model: CPV alignment (35pts), geographic fit (20pts), contract value fit (20pts), keyword relevance (15pts), procedure suitability (10pts). Returns ranked matches with fit score, strengths, an...2 params

Score and rank a list of tenders against your saved company profile using a weighted model: CPV alignment (35pts), geographic fit (20pts), contract value fit (20pts), keyword relevance (15pts), procedure suitability (10pts). Returns ranked matches with fit score, strengths, an...

Parameters* required
min_scoreinteger
Minimum match score (0–100) to include in results. Defaults to 40. Use 60 for stronger matches only.
tender_idsarray
List of TED tender IDs to score against the company profile. Maximum 20 IDs per call.
qualify_tenderRun a structured GO / NO GO / CONDITIONAL GO analysis of a specific tender against your saved company profile. Evaluates three dimensions: eligibility (formal requirements), capability (can you deliver?), and strategic fit (should you bid?). Returns a confidence score, key ris...2 params

Run a structured GO / NO GO / CONDITIONAL GO analysis of a specific tender against your saved company profile. Evaluates three dimensions: eligibility (formal requirements), capability (can you deliver?), and strategic fit (should you bid?). Returns a confidence score, key ris...

Parameters* required
languagestring
ISO 639-1 language code for the analysis output. Example: 'en', 'de', 'fr'. Defaults to 'en'.
tender_idstring
TED notice publication number of the tender to qualify.
summarize_tenderGenerate a plain-language summary of a tender in any of 24 EU languages. Format 'brief' returns a 3–5 sentence overview. Format 'full' returns a structured briefing with sections: what is needed, who can apply, and key requirements. Calls the Anthropic API internally.3 params

Generate a plain-language summary of a tender in any of 24 EU languages. Format 'brief' returns a 3–5 sentence overview. Format 'full' returns a structured briefing with sections: what is needed, who can apply, and key requirements. Calls the Anthropic API internally.

Parameters* required
formatstring
Output format: 'brief' for a 3–5 sentence overview (default), or 'full' for a structured briefing with what_is_needed, who_can_apply, and key_requirements sections.
languagestring
ISO 639-1 language code for the summary. Any of 24 EU official languages supported. Example: 'en', 'de', 'fr', 'nl', 'pl', 'it', 'es'. Defaults to 'en'.
tender_idstring
TED notice publication number to summarise.
draft_bid_outlineGenerate a section-by-section bid response framework tailored to a specific tender's award criteria and your company profile. Returns 5–8 sections with guidance, word count targets, key win themes, and a compliance checklist. Produces a working structure to populate — not a co...2 params

Generate a section-by-section bid response framework tailored to a specific tender's award criteria and your company profile. Returns 5–8 sections with guidance, word count targets, key win themes, and a compliance checklist. Produces a working structure to populate — not a co...

Parameters* required
languagestring
ISO 639-1 language code for the bid outline output. Defaults to 'en'.
tender_idstring
TED notice publication number of the tender to outline a bid for.
get_buyer_intelligenceResearch a public buyer's procurement history from 1.8M+ historical contract award notices across TED and 7 national portals. Returns incumbent winners, average contract values, market openness score (1–10), and an AI-generated market verdict. Use this before bidding to unders...5 params

Research a public buyer's procurement history from 1.8M+ historical contract award notices across TED and 7 national portals. Returns incumbent winners, average contract values, market openness score (1–10), and an AI-generated market verdict. Use this before bidding to unders...

Parameters* required
yearsinteger
Number of years of award history to analyse. Minimum 1, maximum 5. Defaults to 3.
countrystring
ISO 3166-1 alpha-2 country code to disambiguate buyers with similar names. Example: 'DE', 'FR', 'PL'.
buyer_idstring
Exact buyer identifier from a TED notice. Use this for precise lookup when you have the ID from a tender.
buyer_namestring
Name of the contracting authority to research. Partial names work — e.g. 'NHS Trusts' or 'Bundesministerium'. Either buyer_name or buyer_id is required.
cpv_prefixstring
CPV code prefix to filter award history by sector. Example: '72' for IT services, '45' for construction.
watch_tendersCreate, update, list, get, or delete saved tender watchlists. Each watchlist stores a search configuration (CPV codes, countries, keywords, value range) and sends daily email digest alerts when new matching tenders are published. Use action='create' to set up automated monitor...3 params

Create, update, list, get, or delete saved tender watchlists. Each watchlist stores a search configuration (CPV codes, countries, keywords, value range) and sends daily email digest alerts when new matching tenders are published. Use action='create' to set up automated monitor...

Parameters* required
actionstring
Operation to perform: 'create' (new watchlist), 'list' (show all watchlists), 'get' (single watchlist by ID), 'update' (modify existing), or 'delete' (remove watchlist).
watchlistobject
Watchlist configuration for create and update actions.
watchlist_idstring
UUID of the watchlist to get, update, or delete. Required for get, update, and delete actions.
get_deadline_summaryReturn a chronologically sorted deadline list with urgency labels for a list of tender IDs or all active watchlist matches. Urgency labels: 'critical' (<7 days remaining), 'soon' (7–21 days), 'comfortable' (>21 days). Use this to prioritise bid preparation work.2 params

Return a chronologically sorted deadline list with urgency labels for a list of tender IDs or all active watchlist matches. Urgency labels: 'critical' (<7 days remaining), 'soon' (7–21 days), 'comfortable' (>21 days). Use this to prioritise bid preparation work.

Parameters* required
tender_idsarray
List of TED tender IDs to check deadlines for. If omitted, returns deadlines for all active watchlist matches.
within_daysinteger
Only return tenders with deadlines within this many days. Defaults to 30.
save_company_profileSave your company profile for use in automatic tender matching, bid outlines, and go/no-go qualification. The profile persists across sessions. Include CPV codes for your service areas, countries where you operate, and a description of your capabilities. Call this once before...6 params

Save your company profile for use in automatic tender matching, bid outlines, and go/no-go qualification. The profile persists across sessions. Include CPV codes for your service areas, countries where you operate, and a description of your capabilities. Call this once before...

Parameters* required
countriesarray
ISO 3166-1 alpha-2 country codes where you can deliver contracts. Example: ['DE','AT','CH'] for DACH region.
cpv_codesarray
CPV codes covering your service areas. Use list_cpv_codes to find the right codes. Example: ['72200000','72300000'] for IT services.
descriptionstring
Description of your company's services and capabilities, written to match against tender titles. Example: 'IT consultancy specialising in cloud infrastructure, DevOps, and software development for public sector clients'.
company_namestring
Your company's full legal name. Example: 'Acme Digital Solutions GmbH'.
max_value_eurnumber
Maximum contract value in EUR your company can deliver. Example: 2000000.
min_value_eurnumber
Minimum contract value in EUR your company pursues. Example: 50000.
get_company_profileRetrieve your saved company profile. Use this to verify the profile is correctly configured before running tender matching or bid qualification.

Retrieve your saved company profile. Use this to verify the profile is correctly configured before running tender matching or bid qualification.

No parameter schema in public metadata yet.

rate_tenderRate a tender as relevant, not_relevant, won, lost, or declined. Ratings are stored to improve future tender matching recommendations. Use this after reviewing a tender result to give feedback that refines your profile's matching accuracy over time.3 params

Rate a tender as relevant, not_relevant, won, lost, or declined. Ratings are stored to improve future tender matching recommendations. Use this after reviewing a tender result to give feedback that refines your profile's matching accuracy over time.

Parameters* required
notesstring
Optional free-text notes about why you rated it this way. Stored with the rating for your own records.
ratingstring
Your assessment: 'relevant' (good match to pursue), 'not_relevant' (not a fit), 'won' (bid was successful), 'lost' (bid was unsuccessful), or 'declined' (decided not to bid).
tender_idstring
TED tender ID to rate.
get_price_benchmarkBenchmark EU public procurement contract values using 1.8M+ historical award notices. Returns median, mean, p25/p75 value range, value distribution buckets, competition intensity (average bids per contract), top incumbent winners, and year-by-year trend. Use this before pricin...4 params

Benchmark EU public procurement contract values using 1.8M+ historical award notices. Returns median, mean, p25/p75 value range, value distribution buckets, competition intensity (average bids per contract), top incumbent winners, and year-by-year trend. Use this before pricin...

Parameters* required
min_yearinteger
Earliest award year to include in the analysis. Defaults to 2023. Use 2022 or earlier for longer trend data.
countriesarray
ISO 3166-1 alpha-3 country codes to filter by geography. Examples: ['DEU','FRA'] for Germany and France. Omit for EU-wide data across all portals.
buyer_namestring
Partial buyer name to filter results to a specific contracting authority. Example: 'NHS' or 'Bundesministerium'.
cpv_prefixstring
CPV code prefix to filter by sector. Use '72' for all IT services, '45' for all construction, '71' for engineering, '48' for software. Narrower prefixes (e.g. '72200000') return more specific results. Required.
get_subcontractor_leadsFind companies that recently won large EU public contracts and are currently mobilising for delivery — making them likely to need subcontractors, specialist suppliers, or delivery partners. Draws on 1.8M+ historical award notices. Filter by CPV sector, country, recency window,...5 params

Find companies that recently won large EU public contracts and are currently mobilising for delivery — making them likely to need subcontractors, specialist suppliers, or delivery partners. Draws on 1.8M+ historical award notices. Filter by CPV sector, country, recency window,...

Parameters* required
countriesarray
ISO 3166-1 alpha-3 country codes. Example: ['DEU','FRA','GBR']. Omit for EU-wide results.
days_backinteger
How many days back to look for awarded contracts. Default 60, maximum 180. Use 30 for the most actively mobilising leads only.
min_valuenumber
Minimum contract value in EUR. Defaults vary by sector: €500k for construction, €300k for IT/engineering/software. Set higher to focus on major contracts with the greatest subcontracting demand.
cpv_prefixstring
CPV code prefix to filter by sector. Example: '45' for construction, '72' for IT services, '71' for engineering, '48' for software. Omit to return leads across all high-subcontracting sectors.
consortium_onlyboolean
If true, returns only contracts won by a consortium of multiple firms. Consortium winners are particularly warm leads as they are already coordinating subcontractors.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web CrawlingMonitoring & Observability
Registryactive
TransportHTTP
UpdatedMay 31, 2026
Open website

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3