MCP Directory

gregario/3dprint-oracle

GitHub
Productivity

3D printing filament and materials knowledge base. 6,957 filaments from SpoolmanDB with material properties, print settings, manufacturer data, and troubleshooting guides. 8 tools for searching filaments, comparing materials, and diagnosing print issues. `npx 3dprint-oracle`

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx 3dprint-oracle

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gregario/3dprint-oracle your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "3dprint-oracle": {
      "command": "npx",
      "args": [
        "3dprint-oracle"
      ]
    }
  }
}

Route gregario/3dprint-oracle intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add 3dprint-oracle

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gregario/3dprint-oracle directly without routing

npx 3dprint-oracle

New to Agent-CoreX? View setup guide →

gregario/3dprint-oracle MCP Server — Agent-CoreX