# ChainGPT MCP

Bring ChainGPT capabilities into your AI Agent to access the latest crypto news, prices, market trends, and market news. Enhance your AI workflows with real-time Web3 data and insights. Easily integr…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kohasummons/chaingpt-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list kohasummons/chaingpt-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kohasummons/chaingpt-mcp chaingpt_invoke_chat

# Call a tool
npx -y @smithery/cli@latest tool call kohasummons/chaingpt-mcp chaingpt_invoke_chat '{}'
```

## Tools (3)

- `chaingpt_invoke_chat`
- `chaingpt_get_chat_history` — Get the chat history for a given chat blob id until the limit is reached
- `chaingpt_get_ai_crypto_news`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kohasummons/chaingpt-mcp <tool-name>
```

---

Source: https://github.com/kohasummons/chaingpt-mcp
