Skip to content
Scalekit Docs

BuiltWith MCP

Vendor MCP48 toolsBearer TokenAnalyticsMarketingDeveloper Tools

BuiltWith tracks the technology stacks of millions of websites. The BuiltWith MCP server lets AI agents look up a site's technology profile, track...

BuiltWith MCP connector

  1. Terminal window
    npm install @scalekit-sdk/node

    Full SDK reference: Node.js | Python

  2. Add your Scalekit credentials to your .env file. Find values in app.scalekit.com > Developers > API Credentials.

    .env
    SCALEKIT_ENVIRONMENT_URL=<your-environment-url>
    SCALEKIT_CLIENT_ID=<your-client-id>
    SCALEKIT_CLIENT_SECRET=<your-client-secret>
  3. quickstart.ts
    import { ScalekitClient } from '@scalekit-sdk/node'
    import 'dotenv/config'
    const scalekit = new ScalekitClient(
    process.env.SCALEKIT_ENV_URL,
    process.env.SCALEKIT_CLIENT_ID,
    process.env.SCALEKIT_CLIENT_SECRET,
    )
    const actions = scalekit.actions
    const connector = 'builtwithmcp'
    const identifier = 'user_123'
    // Make your first call
    const result = await actions.executeTool({
    connector,
    identifier,
    toolName: 'builtwithmcp_whoami_api',
    toolInput: {},
    })
    console.log(result)

Connect this agent connector to let your agent:

  • Api x402 vector, x402 vat, x402 trust — Vector similarity search across BuiltWith technologies and categories
  • Pricing x402 — Show prepaid batch-credit pricing, x402 configuration, and List pass tiers
  • List x402, mcp — Purchase a 30-day Basic ($295, 2 technology and 2 keyword reports) or Pro ($495, 50 and 50) List API pass with Base USDC
  • Search x402 keywords, keywords — Search websites containing a keyword with a valid x402 List pass
  • Lookup x402 domain, domain — Returns live web technologies for one domain using one prepaid credit
  • Json x402 domain api, domain api, ask api — Raw Domain API JSON lookup for one or more comma-separated domains

Use the exact tool names from the Tool list below when you call execute_tool. If you’re not sure which name to use, list the tools available for the current user first.

builtwithmcp_ask_api#Ask API lookup for natural language website list queries. OpenAI requests are served as preview results and do not commit full reports.4 params

Ask API lookup for natural language website list queries. OpenAI requests are served as preview results and do not commit full reports.

NameTypeRequiredDescription
querystringrequiredThe natural language query (e.g. 'Magento websites in Spain')
commitbooleanoptionalIgnored for OpenAI/ChatGPT requests; preview mode is always used there
metabooleanoptionalSet to true to include metadata in the results
nextOffsetstringoptionalPagination offset from the previous response's NextOffset
builtwithmcp_ask_api_json#Raw Ask API JSON lookup for app/internal use. OpenAI requests never send COMMIT=true.4 params

Raw Ask API JSON lookup for app/internal use. OpenAI requests never send COMMIT=true.

NameTypeRequiredDescription
querystringrequiredThe natural language query (e.g. 'Magento websites in Spain')
commitbooleanoptionalSet to true to run a full report returning up to 1000 results
metabooleanoptionalSet to true to include metadata in the results
nextOffsetstringoptionalPagination offset from the previous response's NextOffset
builtwithmcp_change_api#Change API JSON lookup for technology additions and removals by domain. Supports one or more comma-separated domains and optional natural language SINCE values such as 'last month'.2 params

Change API JSON lookup for technology additions and removals by domain. Supports one or more comma-separated domains and optional natural language SINCE values such as 'last month'.

NameTypeRequiredDescription
lookupstringrequiredDomain name, or comma-separated domain names, to check for technology changes
sincestringoptionalOptional natural language date range such as 'last month'; defaults to 3 months
builtwithmcp_company_to_url#Company to URL API JSON lookup for domains from a company name.1 param

Company to URL API JSON lookup for domains from a company name.

NameTypeRequiredDescription
companystringrequiredThe company name to resolve to a website domain.
builtwithmcp_domain_api#Domain API JSON lookup for technology and metadata by domain.1 param

Domain API JSON lookup for technology and metadata by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_domain_api_json#Raw Domain API JSON lookup for technology and metadata by domain.1 param

Raw Domain API JSON lookup for technology and metadata by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_domain_lookup#Returns the live web technologies used on the root domain name.2 params

Returns the live web technologies used on the root domain name.

NameTypeRequiredDescription
domainstringrequiredThe root domain name to look up (without http/https or www).
liveOnlybooleanoptionalWhen true, only technologies currently detected as live on the site are returned (excludes historical/removed technologies).
builtwithmcp_free_api#Free API JSON lookup for category/group counts by domain.1 param

Free API JSON lookup for category/group counts by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_keywords_api#Keywords API JSON lookup for keyword data by domain.1 param

Keywords API JSON lookup for keyword data by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_keywords_search_api#Keyword Search API — find websites containing a specific keyword. Returns a list of matching domains and a NextOffset value for pagination. Costs API credits per query.3 params

Keyword Search API — find websites containing a specific keyword. Returns a list of matching domains and a NextOffset value for pagination. Costs API credits per query.

NameTypeRequiredDescription
keywordstringrequiredThe keyword to search for (e.g. 'perfume')
limitintegeroptionalResults per request (16–1000, default 100)
offsetstringoptionalDomain name from the previous response's NextOffset for pagination
builtwithmcp_list_api#List API JSON lookup for websites using a primary technology. Requires an active BuiltWith plan. OTHERTECHS are subordinate filters and do not consume additional primary technology report slots.23 params

List API JSON lookup for websites using a primary technology. Requires an active BuiltWith plan. OTHERTECHS are subordinate filters and do not consume additional primary technology report slots.

NameTypeRequiredDescription
techstringrequiredPrimary technology name, such as Shopify
aiMaturitystringoptionalFilter results by BuiltWith's AI maturity score range for the site.
aiOpennessstringoptionalFilter results by BuiltWith's AI openness score range for the site.
aiReadinessstringoptionalFilter results by BuiltWith's AI readiness score range for the site.
aiVisibilitystringoptionalFilter results by BuiltWith's AI visibility score range for the site.
allbooleanoptionalWhen true, includes all matching results rather than a summarized subset.
bwRankstringoptionalFilter results by BuiltWith traffic rank range.
bwsstringoptionalFilter results by BuiltWith technology-adoption score range.
countrystringoptionalTwo-letter country code to filter results by.
ecommerceCategorystringoptionalFilter results by ecommerce product category.
employeesstringoptionalFilter results by estimated employee count range.
followersstringoptionalFilter results by estimated social media follower count range.
majesticstringoptionalFilter results by Majestic referring-domains rank range.
metabooleanoptionalWhen true, includes extra metadata fields in the response.
offsetstringoptionalPagination offset — pass the value returned from the previous response to fetch the next page.
otherTechsstringoptionalOptional comma-separated subordinate technology filters; these do not consume additional report slots
pageRankstringoptionalFilter results by BuiltWith page rank range.
revenuestringoptionalFilter results by estimated company revenue range.
sincestringoptionalNatural-language date range to filter by, e.g. 'last month' or 'last 6 months'. Defaults to 3 months if omitted.
sitemapstringoptionalFilter results by estimated sitemap page count range.
skustringoptionalFilter results by estimated product/SKU count range (ecommerce sites).
spendstringoptionalFilter results by estimated technology/ad spend range.
trancostringoptionalFilter results by Tranco traffic rank range.
builtwithmcp_mcp_list_api#Search and browse remote MCP servers in the BuiltWith MCP registry (v2). Requires a BuiltWith API key supplied as a bearer token. Provide search, category, or both. Returns up to 100 results per page as a JSON array of {Domain, Category, Description, Endpoints: [{Endpoint, AuthRequired, Tools: [{Name, Description}]}], first_detected, last_detected}, and preserves the complete API response including any fields added in the future. Uses no API credits.3 params

Search and browse remote MCP servers in the BuiltWith MCP registry (v2). Requires a BuiltWith API key supplied as a bearer token. Provide search, category, or both. Returns up to 100 results per page as a JSON array of {Domain, Category, Description, Endpoints: [{Endpoint, AuthRequired, Tools: [{Name, Description}]}], first_detected, last_detected}, and preserves the complete API response including any fields added in the future. Uses no API credits.

NameTypeRequiredDescription
categorystringoptionalMCP registry category slug; required when search is omitted
offsetintegeroptionalZero-based pagination offset (default 0; page size is 100)
searchstringoptionalKeyword matched against MCP server domains and descriptions; required when category is omitted
builtwithmcp_mcp_list_categories#List valid BuiltWith MCP registry category slugs, labels, and entry counts (v2). This public endpoint requires no API key and uses no API credits.0 params

List valid BuiltWith MCP registry category slugs, labels, and entry counts (v2). This public endpoint requires no API key and uses no API credits.

builtwithmcp_payment_balance#Check an existing account's API-credit balance through the saved-Stripe-method top-up service. This is not x402.1 param

Check an existing account's API-credit balance through the saved-Stripe-method top-up service. This is not x402.

NameTypeRequiredDescription
billingKeystringoptionalSeparately scoped Agent Billing Key; optional when the MCP request uses a compatible credential
builtwithmcp_payment_config#Retrieve saved-Stripe-method account top-up limits, UTC monthly period, purchase increment, and idempotency rules. This is not x402.1 param

Retrieve saved-Stripe-method account top-up limits, UTC monthly period, purchase increment, and idempotency rules. This is not x402.

NameTypeRequiredDescription
billingKeystringoptionalSeparately scoped Agent Billing Key; optional when the MCP request uses a compatible credential
builtwithmcp_payment_purchase#Charge an existing account's saved Stripe payment method and add account API credits. This is not x402. Requires the separately scoped Agent Billing Key, fixed 2,000-credit increments, and an idempotency key.3 params

Charge an existing account's saved Stripe payment method and add account API credits. This is not x402. Requires the separately scoped Agent Billing Key, fixed 2,000-credit increments, and an idempotency key.

NameTypeRequiredDescription
billingKeystringrequiredSeparately scoped Agent Billing Key from payments.builtwith.com/agent-payment-api-config
creditsintegerrequiredNumber of account API credits to purchase in fixed increments of 2,000
idempotencyKeystringrequiredUnique operation identifier; reuse only when retrying the identical purchase
builtwithmcp_product_api#Product API JSON lookup for ecommerce product searches.1 param

Product API JSON lookup for ecommerce product searches.

NameTypeRequiredDescription
querystringrequiredThe ecommerce product search text.
builtwithmcp_recommendations_api#Recommendations API JSON lookup for technology recommendations by domain.1 param

Recommendations API JSON lookup for technology recommendations by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_redirects_api#Redirects API JSON lookup for live and historical redirects by domain.1 param

Redirects API JSON lookup for live and historical redirects by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_relationships_api#Relationships API JSON lookup for related websites by domain.1 param

Relationships API JSON lookup for related websites by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_tags_api#Tags API JSON lookup for related domains from IP or attributes.1 param

Tags API JSON lookup for related domains from IP or attributes.

NameTypeRequiredDescription
lookupstringrequiredAn IP address or account attribute to find related domains for.
builtwithmcp_trust_api#Trust API JSON lookup for trust scoring by domain.1 param

Trust API JSON lookup for trust scoring by domain.

NameTypeRequiredDescription
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_usage_api#Usage API JSON lookup for current credit balance (used, purchased, remaining). Uses no API credits.0 params

Usage API JSON lookup for current credit balance (used, purchased, remaining). Uses no API credits.

builtwithmcp_vat_api#VAT API JSON lookup for VAT, GST, CNPJ, ABN, and other publicly displayed company registration numbers associated with websites. Accepts 1–16 comma-separated domains. Uses 1 API credit only for each domain that returns registration data; domains with no results use no credits. Returned identifiers are found on public websites and are not verified or validated by BuiltWith.1 param

VAT API JSON lookup for VAT, GST, CNPJ, ABN, and other publicly displayed company registration numbers associated with websites. Accepts 1–16 comma-separated domains. Uses 1 API credit only for each domain that returns registration data; domains with no results use no credits. Returned identifiers are found on public websites and are not verified or validated by BuiltWith.

NameTypeRequiredDescription
lookupstringrequiredOne to 16 domain names, separated by commas
builtwithmcp_vat_types_api#List every company registration type that the VAT API may return, including its code, friendly name, and description. This public endpoint requires no API key and uses no API credits.0 params

List every company registration type that the VAT API may return, including its code, friendly name, and description. This public endpoint requires no API key and uses no API credits.

builtwithmcp_vector_api#Search BuiltWith technologies and categories by text query using vector similarity. Returns ranked results with similarity scores (0–1), descriptions, and category info. Useful for discovering what technologies match a concept or description (e.g. 'react framework', 'payment gateway', 'live chat'). Costs 1 API credit per query.2 params

Search BuiltWith technologies and categories by text query using vector similarity. Returns ranked results with similarity scores (0–1), descriptions, and category info. Useful for discovering what technologies match a concept or description (e.g. 'react framework', 'payment gateway', 'live chat'). Costs 1 API credit per query.

NameTypeRequiredDescription
querystringrequiredText to search for (e.g. 'javascript framework', 'email marketing')
limitintegeroptionalMax results to return (default 10, max 100)
builtwithmcp_whoami_api#WhoAmI API JSON lookup for account limits, credit costs, privacy flags, max batch sizes, and endpoint inventory. Uses no API credits. Call this first to make account-aware decisions.0 params

WhoAmI API JSON lookup for account limits, credit costs, privacy flags, max batch sizes, and endpoint inventory. Uses no API credits. Call this first to make account-aware decisions.

builtwithmcp_x402_ask_api#Natural-language website query using one prepaid credit. Committed reports and pagination also require a Basic or Pro List pass.7 params

Natural-language website query using one prepaid credit. Committed reports and pagination also require a Basic or Pro List pass.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
payerstringrequiredBase wallet address that will sign the x402 payment
querystringrequiredThe search text or natural-language query.
commitbooleanoptionalWhen true, runs a full committed report (consumes a report slot) instead of a preview.
metabooleanoptionalWhen true, includes extra metadata fields in the response.
nextOffsetstringoptionalPagination token copied from the previous response's NextOffset field.
passTokenstringoptionalOpaque token returned by x402-list-pass-purchase
builtwithmcp_x402_change_api#Technology additions and removals for one or more comma-separated domains. Deducts prepaid credits from a reusable key.3 params

Technology additions and removals for one or more comma-separated domains. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
sincestringoptionalNatural-language date range to filter by, e.g. 'last month' or 'last 6 months'. Defaults to 3 months if omitted.
builtwithmcp_x402_company_to_url#Domains associated with a company name. Deducts prepaid credits from a reusable key.2 params

Domains associated with a company name. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
companystringrequiredThe company name to resolve to a website domain.
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
builtwithmcp_x402_credit_balance#Check purchased, used, pending, and available credits for a reusable prepaid key. Uses no payment and consumes no credits.1 param

Check purchased, used, pending, and available credits for a reusable prepaid key. Uses no payment and consumes no credits.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
builtwithmcp_x402_credit_purchase#Purchase a batch of at least 2,000 non-expiring BuiltWith API credits with one x402 payment. Returns a reusable secret credit key; provide an existing key to top it up.3 params

Purchase a batch of at least 2,000 non-expiring BuiltWith API credits with one x402 payment. Returns a reusable secret credit key; provide an existing key to top it up.

NameTypeRequiredDescription
creditsintegerrequiredNumber of API credits, in the increments this endpoint requires.
payerstringrequiredBase wallet address that will sign the x402 payment
creditKeystringoptionalReusable prepaid key returned by x402-credit-purchase
builtwithmcp_x402_domain_api#Domain API technology and metadata lookup for one domain using one prepaid credit.2 params

Domain API technology and metadata lookup for one domain using one prepaid credit.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_domain_api_json#Raw Domain API JSON lookup for one or more comma-separated domains. Deducts prepaid credits from a reusable key.2 params

Raw Domain API JSON lookup for one or more comma-separated domains. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_domain_lookup#Returns live web technologies for one domain using one prepaid credit.3 params

Returns live web technologies for one domain using one prepaid credit.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
domainstringrequiredThe root domain name to look up (without http/https or www).
liveOnlybooleanoptionalWhen true, only technologies currently detected as live on the site are returned (excludes historical/removed technologies).
builtwithmcp_x402_keywords_api#Keyword data for a domain. Deducts prepaid credits from a reusable key.2 params

Keyword data for a domain. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_keywords_search_api#Search websites containing a keyword with a valid x402 List pass.5 params

Search websites containing a keyword with a valid x402 List pass.

NameTypeRequiredDescription
keywordstringrequiredThe keyword to search for across indexed websites.
passTokenstringrequiredOpaque token returned by x402-list-pass-purchase
payerstringrequiredBase wallet address that will sign the x402 payment
limitintegeroptionalMaximum number of results to return for this request.
offsetstringoptionalPagination offset — pass the value returned from the previous response to fetch the next page.
builtwithmcp_x402_list_api#List websites using a primary technology with a valid x402 List pass. OTHERTECHS are subordinate filters and never consume additional technology report slots.25 params

List websites using a primary technology with a valid x402 List pass. OTHERTECHS are subordinate filters and never consume additional technology report slots.

NameTypeRequiredDescription
passTokenstringrequiredOpaque token returned by x402-list-pass-purchase
payerstringrequiredBase wallet address that will sign the x402 payment
techstringrequiredPrimary technology name, such as Shopify
aiMaturitystringoptionalFilter results by BuiltWith's AI maturity score range for the site.
aiOpennessstringoptionalFilter results by BuiltWith's AI openness score range for the site.
aiReadinessstringoptionalFilter results by BuiltWith's AI readiness score range for the site.
aiVisibilitystringoptionalFilter results by BuiltWith's AI visibility score range for the site.
allbooleanoptionalWhen true, includes all matching results rather than a summarized subset.
bwRankstringoptionalFilter results by BuiltWith traffic rank range.
bwsstringoptionalFilter results by BuiltWith technology-adoption score range.
countrystringoptionalTwo-letter country code to filter results by.
ecommerceCategorystringoptionalFilter results by ecommerce product category.
employeesstringoptionalFilter results by estimated employee count range.
followersstringoptionalFilter results by estimated social media follower count range.
majesticstringoptionalFilter results by Majestic referring-domains rank range.
metabooleanoptionalWhen true, includes extra metadata fields in the response.
offsetstringoptionalPagination offset — pass the value returned from the previous response to fetch the next page.
otherTechsstringoptionalOptional comma-separated subordinate technology filters; these do not consume additional report slots
pageRankstringoptionalFilter results by BuiltWith page rank range.
revenuestringoptionalFilter results by estimated company revenue range.
sincestringoptionalNatural-language date range to filter by, e.g. 'last month' or 'last 6 months'. Defaults to 3 months if omitted.
sitemapstringoptionalFilter results by estimated sitemap page count range.
skustringoptionalFilter results by estimated product/SKU count range (ecommerce sites).
spendstringoptionalFilter results by estimated technology/ad spend range.
trancostringoptionalFilter results by Tranco traffic rank range.
builtwithmcp_x402_list_pass_purchase#Purchase a 30-day Basic ($295, 2 technology and 2 keyword reports) or Pro ($495, 50 and 50) List API pass with Base USDC.2 params

Purchase a 30-day Basic ($295, 2 technology and 2 keyword reports) or Pro ($495, 50 and 50) List API pass with Base USDC.

NameTypeRequiredDescription
payerstringrequiredBase wallet address that will sign the x402 payment
tierstringrequiredWhich List pass tier to purchase.
builtwithmcp_x402_pricing#Show prepaid batch-credit pricing, x402 configuration, and List pass tiers. Optionally quote a credit quantity. Uses no payment.1 param

Show prepaid batch-credit pricing, x402 configuration, and List pass tiers. Optionally quote a credit quantity. Uses no payment.

NameTypeRequiredDescription
creditsintegeroptionalNumber of API credits, in the increments this endpoint requires.
builtwithmcp_x402_recommendations_api#Technology recommendations for a domain. Deducts prepaid credits from a reusable key.2 params

Technology recommendations for a domain. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_redirects_api#Live and historical redirects for a domain. Deducts prepaid credits from a reusable key.2 params

Live and historical redirects for a domain. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_relationships_api#Related websites for a domain. Deducts prepaid credits from a reusable key.2 params

Related websites for a domain. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_tags_api#Related domains from an IP address or attributes. Deducts prepaid credits from a reusable key.2 params

Related domains from an IP address or attributes. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredAn IP address or account attribute to find related domains for.
builtwithmcp_x402_trust_api#Trust score for a domain. Deducts prepaid credits from a reusable key.2 params

Trust score for a domain. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_vat_api#Public company registration identifiers for one to sixteen domains. Deducts prepaid credits from a reusable key.2 params

Public company registration identifiers for one to sixteen domains. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
lookupstringrequiredOne or more root domain names to look up. Some endpoints accept a comma-separated list of up to 16 — see the tool description for the exact limit.
builtwithmcp_x402_vector_api#Vector similarity search across BuiltWith technologies and categories. Deducts prepaid credits from a reusable key.3 params

Vector similarity search across BuiltWith technologies and categories. Deducts prepaid credits from a reusable key.

NameTypeRequiredDescription
creditKeystringrequiredReusable prepaid key returned by x402-credit-purchase
querystringrequiredThe search text or natural-language query.
limitintegeroptionalMaximum number of results to return for this request.