PitchHut logo
AI-driven insights for tracking company trends and funding signals.
Pitch

Teahose-mcp provides valuable AI-market intelligence by offering tools to uncover funding signals, competitor search, and buzz from podcasts and newsletters. Whether searching for similar companies or keeping up with fresh funding rounds in the AI space, tools like find_companies and latest_funding deliver actionable insights without the need for an API key.

Description

teahose-mcp is a powerful tool designed for accessing live AI-company intelligence, specifically tailored for users of Claude. This repository aggregates valuable data from the Teahose intel graph, offering insights into funding signals, lookalike company searches, and trends emerging within the AI landscape. No API key is required to begin using the tool, although a free key enhances the experience with higher rate limits and daily email alerts.

Key Features

Tools

ToolDescription
find_companiesExecute a vector search across the Teahose AI-company graph by providing a competitor URL or a plain-text description to discover similar companies accompanied by similarity scores.
who_is_talking_aboutDiscover what operators, VCs, and newsletters are saying about specific companies, including mentions from podcasts and newsletters with source details and episode information.
latest_fundingAccess fresh funding rounds across the AI ecosystem, showcasing amounts, rounds, investors, and dates, with optional theme filtering.
check_companiesBatch-check a list of company names (such as portfolio entries or CRM lists) to monitor recent signaling over the last 7 or 30 days.
emerging_themesIdentify AI market themes using machine-discovery techniques, ranked based on emerging signals over a 7-day period.
get_companyRetrieve detailed profiles of AI companies, including operational insights, sector classification, themes, and recent funding, product, hiring, or mention signals.
watch_companySubscribe to receive daily email alerts whenever any watched company generates new signals. A free API key is required for this feature.

Security & Privacy

This application functions as a lightweight, read-only HTTP client with a strong focus on security and user privacy. The following safeguards are implemented:

  • Access to only the Teahose API while making no other outbound requests.
  • No interactions with the local filesystem; therefore, no associated security risks.
  • Does not execute dynamic code or provide telemetry beyond required API calls.
  • The only credential used is the optional TEAHOSE_API_KEY, which maximizes security by limiting exposure to the Teahose API.

Free Tier and Key Benefits

Teahose provides a free API key, accessible at https://www.teahose.com/mcp, which not only unlocks higher rate limits but also includes a subscription to the Teahose daily-digest email.

LimitKeylessFree key
Requests / minute1030
Requests / day501,000
Company signals returned525
Buzz mentions returned525
Funding rows returned15 (max 14-day window)50 (max 30-day window)
check_companies names1050
find_companies matches315

Configuration Details

To utilize the free API key, configure the environment in Claude Code by adding an env block in the .claude/settings.json file:

{
  "mcpServers": {
    "teahose": {
      "command": "npx",
      "args": ["-y", "teahose-mcp@latest"],
      "env": {
        "TEAHOSE_API_KEY": "your-key-here"
      }
    }
  }
}

The tool supports multiple usage scenarios. Common example prompts include:

Who raised this week in humanoid robotics?
Find companies similar to https://physicalintelligence.company
Who's discussing Skild AI on podcasts and newsletters?
What AI themes are currently emerging?
Provide a quick profile of Covariant and its recent signals.
Check my portfolio: Covariant, Physical Intelligence, Skild AI, Figure, Apptronik

For additional information and to get started with teahose-mcp, visit the homepage or check the package on npm.

0 comments

No comments yet.

Sign in to be the first to comment.