cdtm-mcp

cdtm-mcp

MCP server for the CDTM Community Portal that enables searching CDTM students and alumni by tags like skills, interests, class, and location, and retrieving member profiles.

Category
访问服务器

README

cdtm-mcp

An MCP server for the CDTM Community Portal, so you can search CDTM students and alumni from Claude Code, Claude Desktop, or any other MCP client.

Instead of clicking through filter dropdowns, you just ask:

"find me CDTM people building AI agents who can help with fundraising"

and Claude figures out the right tags, queries the portal, and gives you names, headlines, and profile links.

Why I built this

Hi, I'm Hamza (Fall 2017, co-founder at ZenML). The community portal is genuinely useful — a few thousand people with skills, interests, and "can support with" tags — but I never remember to open it. I do live in Claude Code all day, so I wired the portal into it as an MCP server. Now finding "alumni in Munich who know venture capital and offer mentoring" is one sentence away, and Claude can cross-reference results with whatever else I'm working on.

If you find this useful, give it a star ⭐ — if enough people do, I'll ask the CDTM team for a proper way to integrate this into the internal app (API tokens instead of the cookie dance below).

Setup

You need Python 3.10+ and uv (or plain pip).

git clone https://github.com/htahir1/cdtm-mcp.git
cd cdtm-mcp

Getting your session cookie

The portal sits behind oauth2-proxy, and there's no public API or token system (yet — see the star pitch above). So the server authenticates with your own browser session cookie:

  1. Log in to internal.cdtm.com in your browser.
  2. Open DevTools (F12) → Network tab → reload the page.
  3. Click any request to internal.cdtm.com → Headers → find the Cookie request header.
  4. Copy the part that starts with _HOST-oauth2-proxy= (it's long).
  5. Create a .env file in the repo root:
CDTM_COOKIE='_HOST-oauth2-proxy=<paste the value here>'

The cookie expires after a while. When the tools start failing with an auth error, repeat the steps. .env is gitignored — keep it that way, this cookie is your login.

Registering with Claude Code

claude mcp add --scope user cdtm -- uv run --directory /path/to/cdtm-mcp python server.py

That's it. Open a new Claude Code session and ask it something.

For Claude Desktop, add the equivalent command to your claude_desktop_config.json.

What it can do

Tool What it does
search_members Filter by name, skills, interests, "can support with", "looking for", companies, education, class, location. Paginated.
list_tags Browse the portal's tag taxonomy (110 skills, 134 interests, ~3000 companies, ...)
get_member_profile Full profile for one person: bio, tags, contact email
refresh_taxonomy Re-fetch the tag list if it looks stale

Example prompts that work well:

  • "find CDTM people into agentic AI"
  • "who from the Fall 2017 class is in Berlin?"
  • "alumni who can support with pitch feedback and know climate tech"
  • "pull the full profile for the person I just found"

How it works

Nothing fancy. The portal is a Next.js app whose search runs through its own JSON endpoint (/api/protected/directory?skills=414&interests=62&q=...). This server:

  • pulls the tag taxonomy (names → IDs) out of the /home page payload once per session
  • resolves the human-readable tag names Claude picks into IDs
  • calls the directory endpoint and returns clean JSON
  • parses profile pages server-side for get_member_profile

No scraping of anything you couldn't see in your own browser, no data stored anywhere.

A note on being a good citizen

This reads member-provided data through your own authenticated session. It's for finding people to talk to — not for bulk-exporting the directory or spamming anyone. Don't be that person.

This is an unofficial community project and isn't affiliated with the CDTM team. If they have any concerns about it, or want to talk about a proper API, I'm happy to hear from them.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选