com.texttostl/texttostl
com.texttostl/texttostlx402-paid tools: text to 3D-printable STL, web search, and search+read. USDC on Base.
Tools · 4
Free: describes this server's paid tools and pricing.
Generate a 3D-printable STL from a text prompt: cookie cutter, stamp, or jewelry. Costs $0.15 (USDC, Base). Returns STL file as a base64 resource plus JSON metadata.
Web search across multiple engines (Google, Bing, DuckDuckGo, Brave). Costs $0.01 (USDC, Base). Returns JSON results: title, url, snippet, engine.
Web search plus the full plain-text content of the top results in one call. Costs $0.02 (USDC, Base). Returns JSON: url, title, text per page.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.texttostl/texttostl": {
"url": "https://api.texttostl.com/mcp",
"transport": "streamable-http"
}
}
}