{
  "markdown": "# FEODE MCP Server\n\n> Machine-queryable capabilities, certifications, and a **NOV Grant Prideco drill-string engineering reference** for **FEODE — Shenzhen Far East Oil Drilling Engineering Ltd.**\n\nA remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that lets AI agents and MCP clients query FEODE's offshore oilfield equipment & services and a curated drill-string specification & operating-guidance reference — machine to machine.\n\n- **Endpoint (streamable-http):** `https://www.feode.com/mcp`\n- **npm (stdio bridge):** [`feode-mcp`](https://www.npmjs.com/package/feode-mcp) — `npx -y feode-mcp` [![npm version](https://img.shields.io/npm/v/feode-mcp)](https://www.npmjs.com/package/feode-mcp)\n- **Official MCP Registry:** `com.feode/feode-mcp`\n- **Server card:** `https://www.feode.com/.well-known/mcp.json`\n- **Website:** https://www.feode.com · **Contact:** enquiry@feode.com\n\n## Tools (12)\n\n**Precision machining & testing**\n- `get_machining_services` — AI-accessible contract machining & testing capabilities (large-envelope CNC, pressure testing).\n- `get_machining_terms` — intake terms & compliance requirements for machining/testing RFQs.\n- `submit_machining_rfq` — submit a structured machining/testing RFQ (with lightweight compliance screen).\n\n**Company**\n- `get_company_profile` — profile (founded 1985, HQ, Huizhou manufacturing/test base, areas served).\n- `list_products` — FEODE's 7 product/service lines.\n- `get_product_specs` — detailed specs for one product line.\n- `get_certifications` — BV + CCS classification, 8 API monogram licenses, PSL 4S, ISO 9001/14001/45001, awards.\n- `search_capabilities` — keyword search across products/specs.\n\n**NOV Grant Prideco drill-string reference**\n- `list_drill_pipe` — 16 drill pipe / HWDP / drill collar items.\n- `get_drill_pipe_specs` — full performance specs for one item (pipe body new/premium torsional & tensile yield, internal pressure, collapse; tool joint OD/ID, make-up torque max/min, drift).\n- `search_drill_pipe` — keyword search (e.g. \"NC50\", \"5 S-135\", \"HT55\").\n- `get_drill_string_guidance` — operating guidance: make-up torque rules, grip/handling, care & handling, double-shoulder connections, sour-service grades, field-use practice.\n\n## Connect\n\nAdd to an MCP client (streamable-http):\n\n```json\n{\n  \"mcpServers\": {\n    \"feode\": { \"type\": \"streamable-http\", \"url\": \"https://www.feode.com/mcp\" }\n  }\n}\n```\n\nStdio-only client (Claude Desktop etc.)? Use the npm package — no config beyond this:\n\n```json\n{\n  \"mcpServers\": {\n    \"feode\": { \"command\": \"npx\", \"args\": [\"-y\", \"feode-mcp\"] }\n  }\n}\n```\n\nOr query directly via JSON-RPC:\n\n```bash\ncurl -s https://www.feode.com/mcp -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'\n```\n\n## Contents\n- `src/worker.js` — the MCP server (dependency-free; runs as a Cloudflare Pages function at `/mcp`).\n- `server.json` — official MCP Registry metadata.\n- `data/drill-pipe-data.json` — 16 NOV Grant Prideco spec sheets (human-readable source).\n- `data/drill-guidance.json` — operating-guidance reference (6 topics).\n- `.well-known/mcp.json` — server discovery card.\n\n## About FEODE\nShenzhen Far East Oil Drilling Engineering Ltd. (FEODE, est. 1985) — offshore well plug & abandonment, deepwater subsea wellhead systems (BV + CCS classed), continuous circulation drilling, completion, drill pipe & tool rental, fishing, and supervision. 8 API monogram licenses; in-house pressure testing to 30,000 psi.\n\n## Note on reference data\nThe NOV Grant Prideco drill-string data is reference material transcribed from manufacturer performance sheets (FOR REFERENCE ONLY; per API RP7G / API 7G), curated by FEODE. Always verify against the controlling NOV document before field use.\n\n## License\nCode: MIT (see `LICENSE`). Reference data: see \"Note on reference data\".\n",
  "bytes": 3848,
  "sha": "47e8001ff6a723e04a02a8826a17401c48c8b7a3d244d7624f07d6937fed47c2",
  "repo_slug": "fareastai/feode-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_feode_feode_mcp_adfc2450/readme"
}