Markdown docs
AI assistant ready docs
Integrate with Cursor
- Navigate to Cursor Settings > Features > Docs
- Select “Add new doc” and paste the following URL:
- Use
@docs -> Crossmintto reference Crossmint’s docs in your code.
To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.crossmint.com/llms.txt
Crossmint Docs MCP Server
Overview
Model Context Protocol (MCP) is a standard that enables AI agents to connect quickly and efficiently to external tools or data sources.Server Details
Instead of loading the entire documentation with every interaction, the server receives your query and returns only the most relevant sections.- Name: Crossmint Docs
- URL: https://docs.crossmint.com/mcp
- Transport: Streamable HTTP
Installation
- Claude Code
- Cursor
- VS Code
Run the following command in your terminal:
Usage
Once you have configured and connected the MCP Server, your agent will have access to a single tool calledSearchCrossmintDocs. This tool allows it to search through the Crossmint documentation to find relevant information, code examples, API references, and guides.
Example queries (input):
- “How to create non-custodial wallets for my users”
- “How to get a staging API key”
- “Does Crossmint support Solana?”
- “How to implement transfer webhooks?”

