惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - altmbr/teahose-mcp
altmbr · 2026-06-12 · via Hacker News - Newest: "AI"

Live AI-company intelligence for Claude — funding signals, lookalike search, podcast/newsletter buzz, and emerging market themes, all drawn from the Teahose intel graph. No API key required to start; a free key unlocks higher rate limits and daily-email alerts.

claude mcp add teahose -- npx -y teahose-mcp

Or install as a Claude Code plugin (this repo doubles as a plugin marketplace):

/plugin marketplace add altmbr/teahose-mcp
/plugin install teahose@teahose-mcp

Tools

Tool Description
find_companies Vector search over the Teahose AI-company graph — pass a competitor URL or a plain-text description to find similar companies with similarity scores.
who_is_talking_about What operators, VCs, and newsletters are saying about a company — mention signals from podcasts and newsletters, with source and episode.
latest_funding Fresh funding rounds across the AI landscape — amount, round, investors, dated and sourced. Optionally filter by theme slug.
check_companies Batch-check a list of company names (portfolio, CRM, watchlist) to see which had signals in the last 7 or 30 days.
emerging_themes Machine-discovered AI market themes ranked emerging-first with 7-day signal volume.
get_company Profile of an AI company: what it does, sector, themes, and recent funding/product/hiring/mention signals.
watch_company Subscribe to daily email alerts whenever a company has new signals. Requires a free API key.

Security & Privacy

This server is a thin, read-only HTTP client. A security review should find:

  • Network access: The only endpoint contacted is https://www.teahose.com/api/mcp/v1/*. No other outbound requests are made.
  • No filesystem or shell access: The server does not read, write, or execute anything on the local filesystem.
  • No exec / child processes: No child_process, eval, or dynamic code execution of any kind.
  • No telemetry: The server emits no analytics, crash reports, or tracking beyond the API calls themselves. The API calls are subject to Teahose's privacy policy.
  • Credential scope: The only credential is the optional TEAHOSE_API_KEY environment variable. It is sent solely to teahose.com in an x-teahose-key request header.
  • Dependencies: Exactly two runtime dependencies — @modelcontextprotocol/sdk and zod. No native addons.
  • No postinstall scripts: package.json has no install, postinstall, or prepare hooks.
  • All tools are read-only except watch_company (which writes a watch subscription on teahose.com) and requires a valid API key.

Free Tier vs. Free Key

A free Teahose API key is available at https://www.teahose.com/mcp. Getting a key also subscribes you to the Teahose daily-digest email (unsubscribe any time).

Limit Keyless Free key
Requests / minute 10 30
Requests / day 50 1,000
Company signals returned 5 25
Buzz mentions returned 5 25
Funding rows returned 15 (max 14-day window) 50 (max 30-day window)
check_companies names 10 50
find_companies matches 3 15

Configuration

Variable Required Description
TEAHOSE_API_KEY No Free key from https://www.teahose.com/mcp. Unlocks higher limits and watch_company.
TEAHOSE_API_URL No Override the API base URL (useful for local testing against a dev server).

Setting your key in Claude Code

Add an env block to your MCP server entry in .claude/settings.json:

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

Or set TEAHOSE_API_KEY in your shell environment before starting Claude Code.


Example Prompts

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

License

MIT — see LICENSE.

Homepage · npm