@hyperterminal-ai/mcp-server
v0.1.0
Published
MCP server for Hyperterminal — real-time AI news, semantic search, and weekly digests for AI agents.
Maintainers
Readme
@hyperterminal-ai/mcp-server
MCP server that gives AI agents access to real-time AI news, semantic search, weekly digests, trending analysis, and entity data from Hyperterminal.
Setup
1. Get an API Key
Sign up at hyperterminal.ai/developers to get a free API key.
2. Add to Your MCP Client
Claude Code
claude mcp add hyperterminal \
--env HYPERTERMINAL_API_KEY=ht_live_your_key \
-- npx -y @hyperterminal-ai/mcp-serverClaude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"hyperterminal": {
"command": "npx",
"args": ["-y", "@hyperterminal-ai/mcp-server"],
"env": {
"HYPERTERMINAL_API_KEY": "ht_live_your_key"
}
}
}
}Cursor — add to .cursor/mcp.json or ~/.cursor/mcp.json:
{
"mcpServers": {
"hyperterminal": {
"command": "npx",
"args": ["-y", "@hyperterminal-ai/mcp-server"],
"env": {
"HYPERTERMINAL_API_KEY": "ht_live_your_key"
}
}
}
}Works with any MCP-compatible client (Windsurf, Cline, Continue, Codex CLI, etc.). See full setup guide for all clients.
Tools
| Tool | Description |
|------|-------------|
| search_news | Hybrid semantic + keyword search across AI news |
| get_latest_news | Filtered news feed (by impact, entity, category, model, type, date) |
| get_news_detail | Full details of a specific news event + related stories |
| get_weekly_digest | Weekly summary with big-picture analysis and AGI probability tracking |
| get_trending | Trending entities, categories, and models with trend direction |
| get_entities | Directory of tracked AI companies, labs, and people |
Resources
| Resource | URI | Description |
|----------|-----|-------------|
| Latest News | hyperterminal://news/latest | 10 most recent AI news stories |
| Latest Digest | hyperterminal://digest/latest | Most recent weekly digest |
Environment Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| HYPERTERMINAL_API_KEY | Yes | — | API key (starts with ht_live_) |
| HYPERTERMINAL_BASE_URL | No | https://hyperterminal.ai | Override for testing |
Example Prompts
After setup, try asking your agent:
- "What small models have the best coding benchmarks right now?"
- "Any new embedding models released this week?"
- "What's happening with AI in drug discovery?"
- "Give me this week's AI digest"
License
MIT
