MCP Directory
Back

modelcontextprotocol-hackathon

by PIN-AI · TypeScript · ★ 0

modelcontextprotocol-hackathon — MCP server.

Install

npx -y github:PIN-AI/modelcontextprotocol-hackathon

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-hackathon": {
      "command": "npx",
      "args": [
        "-y",
        "github:PIN-AI/modelcontextprotocol-hackathon"
      ]
    }
  }
}

From the README

An MCP server implementation that integrates multiple cryptocurrency and web search APIs to provide Claude with powerful crypto research and web search capabilities. - **perplexity_ask** - Engage in a conversation with the Sonar API for live web searches. - **Inputs:** - (array): An array of conversation messages. - Each message must include: - (string): The role of the message (e.g., , , ). - (string): The content of the message. - **cmc_get_token_info_tool** - Retrieve detailed information about cryptocurrencies from CoinMarketCap. - **Inputs:** -…
Read full README on GitHub →

Related other servers