تم التعامل مع تطبيقات برمجة تطبيقات MCP

استخدام رصيد API

انت بحاجة الى تسجيل الدخول أو اشتراك لاستخدام واجهة برمجة التطبيقات BuiltWith. بعد تسجيل الدخول، سيتم عرض مفتاح API الفعلي الخاص بك هنا.

مقدمة

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).

المصادقة

يجب عليك تقديم مفتاح API الخاص بك في كل عملية بحث. نقاط النهاية لدينا تعمل بتقنية HTTPS فقط، مما يوفر تشفيرًا للمفتاح. لا تعرض مفتاح API الخاص بك أبدًا.

مفتاح API الخاص بك هو
00000000-0000-0000-0000-000000000000

يمكنك إدخال مفتاحك كمعامل سلسلة استعلام أو كعنوان HTTP:

  • سلسلة الاستعلام: ?KEY=00000000-0000-0000-0000-000000000000
  • رأس HTTP: Authorization: API 00000000-0000-0000-0000-000000000000
أمثلة عملية

JSON ابحث في السجل عن خوادم MCP التي تطابق كلمة مفتاحية
https://api.builtwith.com/mcp2/api.json?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

JSON قائمة خوادم MCP في فئة معينة، الصفحة الثانية (النتائج من 101 إلى 200)
https://api.builtwith.com/mcp2/api.json?KEY=00000000-0000-0000-0000-000000000000&CATEGORY=developer-tools&OFFSET=100

JSON البحث ضمن فئة محددة
https://api.builtwith.com/mcp2/api.json?KEY=00000000-0000-0000-0000-000000000000&SEARCH=stripe&CATEGORY=ecommerce

XML ابحث في السجل عن خوادم MCP التي تطابق كلمة مفتاحية
https://api.builtwith.com/mcp2/api.xml?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

CSV ابحث في السجل عن خوادم MCP التي تطابق كلمة مفتاحية
https://api.builtwith.com/mcp2/api.csv?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

TXT ابحث في السجل عن خوادم MCP التي تطابق كلمة مفتاحية
https://api.builtwith.com/mcp2/api.txt?KEY=00000000-0000-0000-0000-000000000000&SEARCH=payments

إجابة

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.

فئات

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.

سبيكةملصقعدد
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
مرجع واجهة برمجة التطبيقات
  • 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.
المجالات الخاصة

نحتفظ بقائمتين لاستخدامك عند البحث عن النطاقات: قوائم التجاهل وقوائم اللاحقات المبنية.

قائمة التجاهل
Tهذه قائمتنا الداخلية للنطاقات التي لا نفهرسها. إما أنها محظورة، أو تحتوي على تقنيات مضللة، أو نطاقات فرعية كثيرة جدًا بمحتوى من إنشاء المستخدمين.

BuiltWith قائمة اللواحق
وهذا يعتمد على قائمة اللواحق العامة لكنها تتضمن العديد من الإدخالات الإضافية للشركات التي لديها نطاقات فرعية يجب اعتبارها نطاقات المستوى الأعلى. توفر لنا هذه القائمة رؤية أفضل لمواقع الويب الداخلية، على سبيل المثال، فهي ترفع موقع northernbeaches.nsw.gov.au إلى المستوى الأعلى مقارنة بـ nsw.gov.au.

تجاهل المجالات (XML, JSON or TXT)
https://api.builtwith.com/ignoresv1/api.json
نطاقات اللواحق (XML, JSON or TXT)
https://api.builtwith.com/suffixv1/api.json
رموز الخطأ

لاحظ أن رسائل الخطأ بهذا التنسيق لا يمكن ضمانها، ويجب على تطبيقك أيضًا أن يأخذ في الاعتبار أكواد الاستجابة غير 200 كأخطاء. ستكون خاصية البحث فارغة (json) أو غير متوفرة (xml) إذا كان الخطأ متعلقًا بالخادم. عرض جميع رموز الأخطاء المحتملة ذات التكوين الجيد.

شروط الاستخدام

ملكنا الشروط القياسية تغطية استخدام كافة واجهات برمجة التطبيقات لدينا.

بشكل عام، يمكنك استخدام واجهة برمجة التطبيقات (API) لتحسين منتجك بطرق عديدة. القيد الوحيد هو عدم إمكانية إعادة بيع البيانات كما هي أو توفير وظائف مكررة لـbuiltwith.com والخدمات المرتبطة بها.