What is MCP?
MCP is an open standard that enables AI assistants to connect to external data sources and tools. Instead of relying solely on training data, AI assistants can use MCP to access real-time, authoritative information directly from documentation.Why use the Injective MCP server?
When you connect an AI assistant to the Injective MCP server, it can:- Search the complete Injective documentation
- Find code examples, API references, and guides
- Answer questions with up-to-date information
- Provide direct links to relevant documentation pages
MCP server details
| Property | Value |
|---|---|
| Endpoint | https://docs.injective.network/mcp |
| Transport | HTTP (Streamable HTTP) |
| Available tool | SearchInjectiveDocs |
Connecting to the MCP server
- All MCP clients
- Cursor
- Claude Desktop
For MCP-compatible clients, use the endpoint URL directly:The server uses Streamable HTTP transport, which is supported by most modern MCP clients.
Using the MCP server
Once connected, you can ask your AI assistant questions about Injective. The assistant will automatically use theSearchInjectiveDocs tool to find relevant information.
Example prompts:
- “How do I create a wallet on Injective?”
- “Show me how to deploy a CosmWasm smart contract”
- “What are the network endpoints for Injective mainnet?”
- “How do I use the Token Factory module?”
- “Explain how margin trading works on Injective”
MCP Tool reference
SearchInjectiveDocs
Searches across the Injective documentation to find relevant information.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The search query to find relevant documentation |
