AI Tooling Detector MCP Server

AI Tooling Detector MCP Server

Enables AI clients to analyze any company domain and determine its AI maturity tier (commercialized, deployed, declared, or none) with supporting evidence, via a single tool backed by an Apify actor.

Category
访问服务器

README

AI Tooling Detector MCP Server

Smithery Glama score MCP Registry npm version npm downloads license mcpservers.org

An MCP server that exposes the Mamba Labs AI Tooling Detector as a single tool. Install one package and give your MCP client a way to ask, for any company domain, whether that company only talks about AI, actually runs AI tooling on its site, or charges money for AI. It wraps the Mamba Labs actor on Apify and returns Clay-ready flat JSON.

What's Inside

What it does

This server gives an AI client one tool:

  • detect_ai_tooling: return an ai_maturity tier for a company domain, plus the evidence behind it.

The tier has four levels and each one needs its own class of evidence:

Tier What it means What proves it
commercialized The company charges for AI AI credits, a token allowance, an AI add-on, an AI-named plan, or a per-outcome AI price on the pricing page
deployed AI tooling is running on the site An AI-native vendor, a direct inference endpoint, or an AI-capable platform backed by AI copy
declared The company says AI, nothing observable A validated llms.txt, AI crawler rules in robots.txt, or weighted marketing copy
none No signal fired Nothing

A domain sitting behind a bot challenge comes back with blocked: true at low confidence rather than as a confident no, so a challenged site is never mistaken for a company with no AI.

All of the work runs on Apify. This package is a thin client that routes the tool call to the actor and hands back the result.

Quick start

You need Node.js 18 or newer and an Apify account with an API token.

Add this to your Claude Desktop config:

{
  "mcpServers": {
    "mamba-ai-tooling-detector": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-ai-tooling-detector"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

Restart the client and the detect_ai_tooling tool appears.

Prerequisites

  • Node.js 18 or newer
  • An Apify API token from https://console.apify.com/account/integrations

Calls consume Apify credits, billed per domain analyzed. Free Apify plans get 15 results per calendar month.

Example prompts

  • "Does intercom.com actually charge for AI, or do they just market it?"
  • "Check notion.so, figma.com and berkshirehathaway.com for AI adoption and tell me which ones already pay for AI."
  • "Which AI vendors are running on zendesk.com?"
  • "Does cursor.com publish an llms.txt, and does their robots.txt block GPTBot?"

Tool and inputs

detect_ai_tooling

Input Type Required Description
domain string one of these A single company domain, e.g. intercom.com.
domains string[] one of these Batch mode. Takes precedence over domain.
check_pricing boolean no Fetch and score the pricing page. Default true. Setting it false is faster but caps the result at deployed, because commercialized can only be proven on a pricing page.
skipCache boolean no Force a fresh analysis and ignore the 7 day result cache.

The tool is read-only and idempotent. It never writes anything.

Full actor documentation

Input reference, the complete output field list, pricing tiers, error handling, and the measured limitations are on the actor's Apify Store page:

https://apify.com/mambalabs/ai-tooling-detector

Immutable actor ID: EwkHhmqiuJgRoVEbE

Mamba Labs GTM Suite

This server is part of the Mamba Labs GTM Suite, a fleet of specialized MCP servers for go-to-market signal intelligence, each backed by a dedicated Apify actor. The @mambalabsdev/mcp-gtm-suite umbrella server exposes all of them, including this one, through a single install.

Actor Immutable Actor ID
GTM Hiring Signal Scraper D7O1SA2EqwHGsGr1P
GTM Tech Stack Signal Enrichment qyd7nNyqFPelQViBx
GTM Signals Aggregator xKdRfnfFNkdMpFuNs
Job Board Keyword Signal Scanner 4DvqpvhMR74NLcDDY
Domain to LinkedIn URL Resolver 3HtnSaqPHOg1Qg5gx
ICP Fit Scorer W161DT8W4kW55dMFh
Domain Deliverability Checker 0tVgxI7A6o9jMlxmc
Company Firmographic Enricher YlUtLWjfPpqykmB8g
Company Social Presence Mapper 4k6CCemkgBDz18m2h
Company Identity Resolver lr8fTRAmZCBZmuwwh
Company Change-Event Feed oX44rS0fkEJ3rXLWe
Funding & Press Signal Scanner FS13X6dhQVgX3XOM6
AI Tooling Detector EwkHhmqiuJgRoVEbE

Built by Mamba Labs | npm | Apify Store

License

MIT

Built by Mamba Labs. https://apify.com/mambalabs

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选