Realizzato con l'API MCP

Utilizzo del credito API

Devi login O iscrizione per utilizzare l'API BuiltWith. Dopo aver effettuato l'accesso, la tua chiave API effettiva verrà mostrata qui.

Introduzione

The MCP API searches and browses the BuiltWith MCP registry - the list of other remote MCP (Model Context Protocol) servers that BuiltWith has discovered across the web, published at builtwith.com/mcp-registry. This is a plain REST endpoint (JSON/XML/CSV/TXT), not an MCP protocol endpoint itself.

This is particularly useful for AI agents and MCP clients that need to discover which remote MCP servers exist for a given task - for example finding payments, CRM, or developer-tool MCP servers by keyword or category before connecting to them.

This endpoint is free of charge and does not use API credits. It is rate limited to 1 request per second per API key.

This data is also exposed as a tool via the BuiltWith MCP server (https://api.builtwith.com/mcp).

Autenticazione

È necessario fornire la chiave API in ogni ricerca. I nostri endpoint sono solo HTTPS e forniscono la crittografia delle chiavi. Non esporre mai la tua chiave API.

La tua chiave API è
00000000-0000-0000-0000-000000000000

Puoi fornire la tua chiave come parametro di stringa di query o come intestazione HTTP:

  • Stringa di query: ?KEY=00000000-0000-0000-0000-000000000000
  • Intestazione HTTP: Authorization: API 00000000-0000-0000-0000-000000000000
Esempi di lavoro

JSON Cerca nel registro i server MCP corrispondenti a una parola chiave
https://api.builtwith.com/mcp2/api.json?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

JSON Elenco dei server MCP in una categoria, seconda pagina (risultati 101-200)
https://api.builtwith.com/mcp2/api.json?KEY=00000000-0000-0000-0000-000000000000&CATEGORY=developer-tools&OFFSET=100

JSON Cerca all'interno di una categoria specifica
https://api.builtwith.com/mcp2/api.json?KEY=00000000-0000-0000-0000-000000000000&SEARCH=stripe&CATEGORY=ecommerce

XML Cerca nel registro i server MCP corrispondenti a una parola chiave
https://api.builtwith.com/mcp2/api.xml?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

CSV Cerca nel registro i server MCP corrispondenti a una parola chiave
https://api.builtwith.com/mcp2/api.csv?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

TXT Cerca nel registro i server MCP corrispondenti a una parola chiave
https://api.builtwith.com/mcp2/api.txt?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

Risposta

Results are records containing Domain, Category, Description, and an Endpoints array. Each endpoint contains its URL, whether authentication is required, its supported Tools (methods), and its complete Overview discovery object when available. Overview can include instructions, protocolVersion, serverInfo, capabilities, and additional fields reported by the remote MCP server. Results are sorted alphabetically by domain, up to 100 per page.

[
  {
    "Domain": "example.com",
    "Category": "Developer Tools",
    "Description": "Example MCP server description",
    "Endpoints": [
      {
        "Endpoint": "https://example.com/mcp",
        "AuthRequired": true,
        "Tools": [
          { "Name": "search_orders", "Description": "Search orders by customer or status" }
        ],
        "Overview": {
          "instructions": "Use this server to search and manage orders.",
          "protocolVersion": "2025-06-18",
          "serverInfo": { "name": "example-orders", "version": "1.0.0" },
          "capabilities": { "tools": { "listChanged": false } }
        }
      }
    ]
  }
]

CSV and TXT responses flatten Endpoints into a single column and include a separate Overview column containing the endpoint URL and its JSON overview. TXT is tab-separated with no header row.

Domain,Category,Description,Endpoints,Overview
example.com,Developer Tools,Example MCP server description,"https://example.com/mcp [search_orders, get_order]","https://example.com/mcp: {""instructions"":""Use this server to search and manage orders.""}"

SEARCH matches against the domain, description, endpoint URLs, tool names/descriptions, and overview instructions - so searching for a method name or an instruction keyword finds matching MCP servers, not just matching domains.

Pagination metadata is returned as response headers rather than in the body: X-TOTAL-COUNT (total matches), X-OFFSET (the requested offset), X-PAGE-SIZE (always 100), and X-HAS-MORE (true/false). Pass a larger OFFSET to fetch the next page.

Categorie

The public categories endpoint lists every valid CATEGORY slug, its friendly label, and its current entry count. It does not require an API key or use API credits.

https://api.builtwith.com/mcp2/categories.json

XML and CSV are also available at /mcp2/categories.xml and /mcp2/categories.csv.

LumacaEtichettaContare
ai---machine-learningAI & Machine Learning362
analyticsAnalytics309
api-toolsAPI Tools205
browser-toolsBrowser Tools5
cloud-servicesCloud Services13
collaborationCollaboration21
content-toolsContent Tools357
data-collectionData Collection392
databasesDatabases24
designDesign25
developer-toolsDeveloper Tools461
devopsDevOps17
ecommerceeCommerce330
game-developmentGame Development31
general-toolsGeneral Tools456
learning-resourcesLearning Resources95
marketingMarketing130
productivityProductivity323
security---testingSecurity & Testing181
social-mediaSocial Media46
Riferimento API
  • KEY (required): your BuiltWith API key.
  • SEARCH (optional): matches against the MCP server's domain, description, endpoint URLs, tool (method) names/descriptions, and overview instructions. At least one of SEARCH or CATEGORY is required.
  • CATEGORY (optional): a category slug from the categories reference. At least one of SEARCH or CATEGORY is required.
  • OFFSET (optional, default 0): pagination offset; page size is fixed at 100 results.
  • Formats: json, xml, csv, and txt.
  • Credit cost: free - this endpoint does not use API credits.
  • Rate limit: 1 request per second per API key, tighter than the general API rate limit, since this endpoint is free.
Domini speciali

Manteniamo due elenchi utili per la ricerca di domini: gli elenchi "Ignora" e gli elenchi "BuiltWith Suffix".

Elenco ignorati
TQuesto è il nostro elenco interno di domini che non indicizziamo. Sono bloccati, contengono troppe tecnologie fuorvianti o troppi sottodomini con contenuti generati dagli utenti.

BuiltWith Elenco dei suffissi
Questo si basa sul Elenco dei suffissi pubblici ma include molte voci aggiuntive per le aziende con sottodomini che dovrebbero essere considerati domini di primo livello. Questo elenco ci garantisce una migliore visibilità per i siti web interni, ad esempio porta northernbeaches.nsw.gov.au al primo posto rispetto a nsw.gov.au.

Ignora domini (XML, JSON or TXT)
https://api.builtwith.com/ignoresv1/api.json
Domini suffissi (XML, JSON or TXT)
https://api.builtwith.com/suffixv1/api.json
Codici di errore

Si noti che i messaggi di errore in questo formato non possono essere garantiti; l'implementazione dovrebbe considerare anche i codici di risposta diversi da 200 come errori. La proprietà Lookup sarà null (json) o non fornita (xml) se l'errore è correlato al server. Visualizza tutti i potenziali codici di errore ben formati.

Termini di utilizzo

Nostro termini standard coprono l'utilizzo di tutte le nostre API.

In generale, puoi utilizzare l'API per migliorare il tuo prodotto in molti modi. L'unica limitazione è che non puoi rivendere i dati così come sono o fornire funzionalità duplicate a builtwith.com e ai suoi servizi associati.