CG

Summary

Updated May 29, 2026, 12:30 PM

Summary

ChainGPT Developer Kit for Claude Code

The ChainGPT Developer Kit is a Claude Code plugin that transforms your AI assistant into a Web3 engineering co-pilot. It provides a complete API reference, 12 MCP tools for direct API access, 45+ audited Solidity patterns, 10 project templates, and a zero-credit mock server for testing, all accessible from your Claude Code environment with no context-switching.

What is it?

Building with Web3 AI APIs typically means constant switching between documentation, SDKs, and Stack Overflow. You paste an endpoint, get the parameters wrong, burn API credits debugging, and repeat. This plugin eliminates that friction by embedding the entire ChainGPT platform directly into Claude Code.

Once installed, Claude already knows every ChainGPT endpoint, parameter, credit cost, and best practice. You describe what you want built, and Claude generates production-ready code — or calls the APIs directly via MCP tools.

Who is it for?

The plugin serves two audiences:

Developers who want to integrate ChainGPT APIs into blockchain applications. Whether you're building a Web3 chatbot, an NFT marketplace, a smart contract auditing pipeline, or a crypto news dashboard, the plugin provides the exact SDK snippets, REST examples, and project scaffolds you need.

Teams and product builders evaluating Web3 AI infrastructure. The plugin includes a product selection guide, cost estimation tools, and multi-product composition patterns that help you architect complete solutions before writing a line of code.

Key Numbers

MetricValue
Products covered7 (LLM, NFT, Contract Generator, Auditor, News, AgenticOS, Solidity LLM)
MCP tools12 direct API access tools
Project templates10 production-ready scaffolds
Solidity patterns45+ audited, gas-optimized contracts
Test coverage79 passing tests (53 MCP + 26 mock server)
Reference docs16 detailed API/SDK documentation files
Code examples8 working examples (JavaScript + Python)

How it works

The plugin operates at three levels:

Knowledge layer — Claude has access to 16 comprehensive reference documents covering every endpoint, parameter, response format, error code, and SDK method across all 7 products. When you ask Claude to build something, it generates correct code on the first try.

Execution layer — The MCP server gives Claude 12 tools to call ChainGPT APIs directly from the conversation. Generate images, mint NFTs, audit contracts, fetch news — all without leaving the chat.

Scaffolding layer — 10 project templates and 45+ Solidity patterns let Claude compose production-ready applications from proven, audited building blocks instead of generating everything from scratch.

Quick example

<pre><code>You: "Generate an NFT of a cyberpunk samurai and mint it on Polygon" <strong> </strong><strong>Claude: I'll use the ChainGPT NFT Generator to create your image and mint it on-chain. </strong></code></pre>
  1. Generating image with VisionaryForge model... done
  2. Queuing for on-chain minting on Polygon (chainId: 137)... done
  3. Polling for completion... done
  • NFT minted successfully!
  • Collection ID: cgpt-a8f3...
  • Token URI: ipfs://QmX7k...
  • Cost: 2 credits ($0.02)

Links

ResourceURL
GitHub repositorygithub.com/ChainGPT-org/chaingpt-claude-skill
Developer docsdocs.chaingpt.org
API dashboardapp.chaingpt.org/apidashboard
Purchase creditsapp.chaingpt.org/addcredits
Web3 AI Grant ($1M)chaingpt.org/web3-ai-grant
ChainGPT websitechaingpt.org
View original source