Ponderers Server
БесплатноНе проверенA Model Context Protocol (MCP) server implemented in Rust, providing utility tools for IP information and OpenRouter model details.
Описание
A Model Context Protocol (MCP) server implemented in Rust, providing utility tools for IP information and OpenRouter model details.
README
A Model Context Protocol (MCP) server implemented in Rust using the official rmcp SDK, providing a collection of utility tools.
🧰 Available Tools
🛠️ get_ip_info
Get the current machine's public IP information.
- ✅ IP address
- ✅ Geolocation (city, region, country)
- ✅ ISP information
- ✅ Timezone
- ✅ Latitude and longitude coordinates
🛠️ get_openrouter_models
Get the list of all models supported by the OpenRouter platform, returned in compact format: model_id | name | date.
🛠️ get_openrouter_model_detail
Get detailed information for a specific model by ID.
| Parameter | Type | Description |
|---|---|---|
id |
string | Model ID, e.g. openai/gpt-4o |
Returns name, description, context length, pricing, and the date the model was added to OpenRouter.
🚀 Quick Start
⚙️ Configure MCP Client
Claude Desktop Configuration
Edit the configuration file:
- ✅ macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - ✅ Windows:
%APPDATA%\Claude\claude_desktop_config.json - ✅ Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"tools": {
"command": "npx",
"args": ["-y", "@liushoukai/ponderers-mcp"]
}
}
}
🔄 Restart Claude Desktop
After configuration, completely quit and restart Claude Desktop.
🔍 Enable Verbose Logging
Add an env field to the configuration to view detailed runtime logs:
{
"mcpServers": {
"tools": {
"command": "npx",
"args": ["-y", "@liushoukai/ponderers-mcp"],
"env": {
"RUST_LOG": "debug"
}
}
}
}
Установить Ponderers Server в Claude Desktop, Claude Code, Cursor
unyly install ponderers-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add ponderers-mcp-server -- npx -y @liushoukai/ponderers-mcpFAQ
Ponderers Server MCP бесплатный?
Да, Ponderers Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ponderers Server?
Нет, Ponderers Server работает без API-ключей и переменных окружения.
Ponderers Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ponderers Server в Claude Desktop, Claude Code или Cursor?
Открой Ponderers Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Ponderers Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
