Skip to main content
Glama
mambalabsdev

AI Tooling Detector MCP Server

by mambalabsdev

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

Related MCP server: enrich-company-mcp

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

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.

vendors

array

no

Report only these AI vendors, one or more of the 52 fingerprinted tools (sierra, decagon, intercom_fin, openai_api, anthropic_api, pinecone, langchain and the rest). The site wide AI maturity read is never narrowed by this. Omit for every vendor.

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

Available Tools

1 tool
detect_ai_toolingDetect AI ToolingA
Read-onlyIdempotent

Given a company domain, determine how far that company has actually gone with AI. Returns an ai_maturity tier of none, declared (says AI but nothing observable is running), deployed (AI tooling is live on the site), or commercialized (the pricing page charges for AI via credits, tokens, an add-on, an AI-named plan, or a per-outcome price). Also returns the detected AI vendors and categories, validated llms.txt status, robots.txt AI-crawler policy, and the quotable evidence strings behind the verdict. A domain behind a bot challenge comes back with blocked=true at low confidence rather than as a false negative. Public data only, no login. Returns flat Clay-ready JSON. Read-only; requires an APIFY_TOKEN and consumes Apify credits per domain analyzed.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoA single company domain, e.g. intercom.com. Provide either domain or domains.
domainsNoBatch mode: several company domains analyzed in one call. Takes precedence over domain.
skipCacheNoForce a fresh analysis and ignore the 7 day result cache.
check_pricingNoFetch and score the pricing page. Default true. Setting this false is faster but caps the result at 'deployed', because 'commercialized' can only be proven on a pricing page.

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint, idempotentHint), the description discloses many behavioral traits: returns specific fields (ai_maturity, vendors, categories, llms.txt status, robots.txt policy, evidence strings), how bot challenges are handled (blocked=true at low confidence), and that public data requires no login but costs credits. This is rich, useful context that annotations alone do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a well-organized paragraph that front-loads the core purpose, then details return values, an edge case, and operational constraints. Each sentence adds distinct value, and the length is appropriate for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description must explain return values and does so thoroughly: it lists the ai_maturity tiers, detected vendors/categories, llms.txt status, robots.txt policy, evidence strings, and the blocked field. It also covers the 'flat Clay-ready JSON' format, making the tool's behavior fully understandable without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so all parameter semantics are already documented. The tool description adds no new parameter-specific details beyond what the schema already states, though it does reinforce the overall domain-targeting concept. Baseline 3 is appropriate because the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Given a company domain, determine how far that company has actually gone with AI' and defines the exact output tiers (none, declared, deployed, commercialized). This makes the purpose specific and unambiguous, even without siblings to distinguish from.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: it takes a domain or domains, supports batch mode, and explains the effect of check_pricing (capping at 'deployed'). It also mentions operational prerequisites (APIFY_TOKEN, Apify credits) and the bot-challenge edge case. No explicit exclusions or alternatives are given, but with no sibling tools this is not a gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev1.0.0
    • First observeddetect_ai_tooling

TDQS

A4.5/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusing it with others. The tool's purpose is clearly defined and unique within the server.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern ('detect_ai_tooling'), which is consistent and descriptive. With one tool, naming consistency is trivially maintained.

Tool Count3/5

The server has only one tool, which feels thin for a comprehensive tool server but is appropriate for a narrowly focused utility. The count is on the low end of reasonable.

Completeness5/5

The tool covers the entire domain of AI tooling detection for a given domain, including maturity tiering, vendor detection, llms.txt validation, robots.txt policy, and evidence. No obvious gaps exist for the stated single-purpose scope.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time website audits, lead scoring, tech-stack detection, and local-business search for AI agents doing sales outreach and competitor research.
    MIT

Latest Blog Posts

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