Skip to main content
Glama
liushoukai

Ponderers MCP Server

by liushoukai

🦉 Ponderers MCP Server

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.

Related MCP server: MCP Server Sample

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityNo data
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/liushoukai/ponderers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server