ChainGPT MCPServer

mikeysrecipes
GitHub
cryptocurrencyAIMCP

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol server that integrates ChainGPT capabilities into AI agents, allowing users to access cryptocurrency news, prices, and market trends.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "chaingpt": {
        "env": {
          "CHAINGPT_SECRET_KEY": "your-secret-key-here"
        },
        "args": [
          "/path/to/chaingpt-mcp/build/index.js"
        ],
        "command": "npx",
        "toolCallTimeoutMillis": 120000
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

chaingpt_invoke_chatchaingpt_get_chat_historychaingpt_get_ai_crypto_news

โšก Features

  • Access to the latest cryptocurrency news
  • Check the latest cryptocurrency prices
  • Get updates on market trends

๐Ÿ’ฌ Example Queries

  • What is the latest price of Ethereum?
  • Can you summarize the latest cryptocurrency news?
  • What are the current trends in the cryptocurrency market?