Skip to content
MCP ThesaurusMCP Thesaurus

feode mcp

CommunityGood73/100Claim

streamable-httpMITupdated 1mo ago

Machine-queryable capabilities, certifications, and a NOV Grant Prideco drill-string engineering reference for FEODE โ€” Shenzhen Far East Oil Drilling Engineering Ltd.

SourceWebsite1

What can you do with feode mcp?

FEODE MCP Server

Machine-queryable capabilities, certifications, and a NOV Grant Prideco drill-string engineering reference for FEODE โ€” Shenzhen Far East Oil Drilling Engineering Ltd.

A remote Model Context Protocol (MCP) 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.

  • Endpoint (streamable-http): https://www.feode.com/mcp
  • npm (stdio bridge): feode-mcp โ€” npx -y feode-mcp npm version
  • Official MCP Registry: com.feode/feode-mcp
  • Server card: https://www.feode.com/.well-known/mcp.json
  • Website: https://www.feode.com ยท Contact: enquiry@feode.com

Tools (12)

Precision machining & testing

  • get_machining_services โ€” AI-accessible contract machining & testing capabilities (large-envelope CNC, pressure testing).
  • get_machining_terms โ€” intake terms & compliance requirements for machining/testing RFQs.
  • submit_machining_rfq โ€” submit a structured machining/testing RFQ (with lightweight compliance screen).

Company

  • get_company_profile โ€” profile (founded 1985, HQ, Huizhou manufacturing/test base, areas served).
  • list_products โ€” FEODE's 7 product/service lines.
  • get_product_specs โ€” detailed specs for one product line.
  • get_certifications โ€” BV + CCS classification, 8 API monogram licenses, PSL 4S, ISO 9001/14001/45001, awards.
  • search_capabilities โ€” keyword search across products/specs.

NOV Grant Prideco drill-string reference

  • list_drill_pipe โ€” 16 drill pipe / HWDP / drill collar items.
  • 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).
  • search_drill_pipe โ€” keyword search (e.g. "NC50", "5 S-135", "HT55").
  • get_drill_string_guidance โ€” operating guidance: make-up torque rules, grip/handling, care & handling, double-shoulder connections, sour-service grades, field-use practice.

Connect

Add to an MCP client (streamable-http):

{
  "mcpServers": {
    "feode": { "type": "streamable-http", "url": "https://www.feode.com/mcp" }
  }
}

Stdio-only client (Claude Desktop etc.)? Use the npm package โ€” no config beyond this:

{
  "mcpServers": {
    "feode": { "command": "npx", "args": ["-y", "feode-mcp"] }
  }
}

Or query directly via JSON-RPC:

curl -s https://www.feode.com/mcp -X POST -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Contents

  • src/worker.js โ€” the MCP server (dependency-free; runs as a Cloudflare Pages function at /mcp).
  • server.json โ€” official MCP Registry metadata.
  • data/drill-pipe-data.json โ€” 16 NOV Grant Prideco spec sheets (human-readable source).
  • data/drill-guidance.json โ€” operating-guidance reference (6 topics).
  • .well-known/mcp.json โ€” server discovery card.

About FEODE

Shenzhen 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.

Note on reference data

The 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.

License

Code: MIT (see LICENSE). Reference data: see "Note on reference data".