Airspeed
БесплатноНе проверенRemote MCP server that exposes Airspeed/Glyphic call data to Claude web, enabling tools to list, retrieve, and query calls, transcripts, snippets, and playbooks
Описание
Remote MCP server that exposes Airspeed/Glyphic call data to Claude web, enabling tools to list, retrieve, and query calls, transcripts, snippets, and playbooks.
README
Remote MCP server exposing Airspeed/Glyphic call data to Claude web (claude.ai).
Deploy to Railway (recommended)
- Push this repo to GitHub (already done).
- Go to railway.app → New Project → Deploy from GitHub repo → select
airspeed-mcp. - In Variables, add:
GLYPHIC_API_KEY= your key from https://app.goairspeed.com/settings/apiMCP_AUTH_TOKEN= any secret string you choose (protects the endpoint)
- Railway auto-assigns a public HTTPS URL, e.g.
https://airspeed-mcp-production.up.railway.app
Add to Claude web
- Open claude.ai → Settings → Integrations → Add MCP server
- URL:
https://<your-railway-url>/sse - Auth header:
Authorization: Bearer <your MCP_AUTH_TOKEN>
Tools
| Tool | What it does |
|---|---|
ping |
Verify the API key works |
list_calls |
List calls with filters (email, date, title, tags); paginated |
get_call |
Full call detail: participants, summary, insights, transcript |
get_transcript |
Formatted speaker-labeled transcript |
get_call_snippets |
Saved snippets with transcript and media URLs |
list_call_tags |
All tags (use IDs to filter list_calls) |
list_playbooks |
Paginated playbook list |
get_playbook |
Full playbook content |
Local development
npm install
GLYPHIC_API_KEY=your_key node index.js
# SSE endpoint at http://localhost:3000/sse
Endpoints
GET /health— liveness check (no auth)GET /sse— MCP SSE connectionPOST /messages?sessionId=<id>— MCP message relay
Установка Airspeed
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/josh-sea/airspeed-mcpFAQ
Airspeed MCP бесплатный?
Да, Airspeed MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Airspeed?
Нет, Airspeed работает без API-ключей и переменных окружения.
Airspeed — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Airspeed в Claude Desktop, Claude Code или Cursor?
Открой Airspeed на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Airspeed with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
