🤖 AI Agents

Give Your Agent European Supplier Intelligence

8M+ European companies, queryable by your agent via MCP in under 100ms.

The Problem

AI agents need structured, real-time business data to make procurement decisions. Scraping is unreliable, slow, and breaks without warning. Most business registries have no API. Your agent ends up hallucinating company details or returning stale data.

How btob.dev solves it

  • MCP server with 7 tools — drop one URL into your agent config
  • JSON-LD structured data on every company profile
  • LLM-optimized markdown profiles at /suppliers/{slug}/profile.md
  • No scraping needed — data is pre-indexed and queryable in real time

Example

// Add btob.dev to your MCP config
{
  "mcpServers": {
    "btob": {
      "url": "https://btob.dev/mcp"
    }
  }
}

// Your agent can now call:
// search_suppliers({ query: "automotive parts", country: "DE", limit: 5 })
// get_supplier({ slug: "bosch-gmbh" })
// list_industries({ country: "FR" })

Available Data

Company profiles

Name, address, legal form, status, and employee range.

NACE codes

EU standard industry classification for every supplier.

Registration numbers

Verified identifiers from national registries.

Contact info

Website, email, and phone where available.

JSON-LD structured data

Machine-readable EU business vocabulary on every profile.

LLM-optimized profiles

Plain markdown at /suppliers/{slug}/profile.md.

View MCP documentation