Solduino MCP Server
The Solduino MCP server exposes SDK documentation, module headers, and example sketches to AI assistants through the Model Context Protocol (MCP) . Use it in Cursor, Claude Desktop, or any MCP-compatible client to get accurate answers about Solduino APIs, examples, and setup.
Endpoint
The server is live at:
https://mcp.solduino.com/api/mcpThe endpoint is served over HTTPS with a Vercel-managed SSL certificate on the mcp.solduino.com subdomain.
Important: Use the Full Path
The MCP handler lives at /api/mcp. The root URL (https://mcp.solduino.com/) returns a 404 by design — always configure clients with the full path above.
What It Provides
The server gives AI tools read-only access to Solduino knowledge:
- SDK module overview and known gotchas
- Verbatim C++ header files for exact API signatures
- Complete
.inoexample sketches from the repository - Keyword search across README, codebase index, and changelog
- Full documentation file retrieval
See Tools Reference for the complete tool list.
Next Steps
- Configure your MCP client with the endpoint URL.
- Ask your assistant Solduino questions — it can call
list_modulesfirst, then pull headers or examples as needed.
Last updated on