AI Tooling Detector MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Tooling Detector MCP ServerDoes intercom.com charge for AI or just talk about it?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Tooling Detector MCP Server
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
Related MCP server: Web Intelligence MCP Server
What it does
This server gives an AI client one tool:
detect_ai_tooling: return anai_maturitytier 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 |
| 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 |
| AI tooling is running on the site | An AI-native vendor, a direct inference endpoint, or an AI-capable platform backed by AI copy |
| The company says AI, nothing observable | A validated llms.txt, AI crawler rules in robots.txt, or weighted marketing copy |
| 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 |
| string | one of these | A single company domain, e.g. |
| string[] | one of these | Batch mode. Takes precedence over |
| boolean | no | Fetch and score the pricing page. Default true. Setting it false is faster but caps the result at |
| 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 |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Built by Mamba Labs | npm | Apify Store
License
MIT
Built by Mamba Labs. https://apify.com/mambalabs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables AI assistants to interact with the Apify platform to manage actors, monitor runs, and retrieve scraped data from datasets. It supports natural language commands for executing web scrapers, managing tasks, and accessing key-value stores.Last updated28MIT
- Flicense-qualityDmaintenanceProvides AI agents with real-time web capabilities including live search results, markdown web scraping, business lead generation, and detailed company information. It enables agents to bypass knowledge cutoffs by accessing current web data through a monetized Apify Actor.Last updated
- Alicense-qualityBmaintenanceDomain -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.Last updated5MIT
- Flicense-qualityBmaintenanceEnables querying the Apify Store to retrieve structured data on public Actors including pricing, usage trends, ratings, and categories. Integrates with AI agents for market research and competitor tracking.Last updated
Related MCP Connectors
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Turn the web into structured, reliable, actionable enterprise data for AI Agents
AI business intelligence: competitor analysis, web scoring, reviews, market research
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mambalabsdev/mcp-ai-tooling-detector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server