Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ponderers Server

FreeNot checked

A Model Context Protocol (MCP) server implemented in Rust, providing utility tools for IP information and OpenRouter model details.

GitHubEmbed

About

A Model Context Protocol (MCP) server implemented in Rust, providing utility tools for IP information and OpenRouter model details.

README

MCP Badge

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"
      }
    }
  }
}

from github.com/liushoukai/ponderers-mcp

Install Ponderers Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ponderers-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ponderers-mcp-server -- npx -y @liushoukai/ponderers-mcp

FAQ

Is Ponderers Server MCP free?

Yes, Ponderers Server MCP is free — one-click install via Unyly at no cost.

Does Ponderers Server need an API key?

No, Ponderers Server runs without API keys or environment variables.

Is Ponderers Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ponderers Server in Claude Desktop, Claude Code or Cursor?

Open Ponderers Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ponderers Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs