# FarEastAI/feode-mcp [Health: Active]

**Category:** 🛠️ Other Tools and Integrations  
**Repository:** https://github.com/FarEastAI/feode-mcp  
**GitHub Stars:** 1  
**npm Downloads (last month):** 53  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/fareastai-feode-mcp

## Description
Offshore oilfield services: query FEODE's well plug & abandonment, subsea wellhead (BV+CCS classed), continuous circulation drilling, and a NOV Grant Prideco drill-string spec reference.

## Tools
Capabilities this server exposes over MCP:

- **get_machining_services** — FEODE AI-accessible precision contract machining & testing: capabilities (large-envelope CNC, deep-hole boring up to 7m, non-magnetic drill collar repair, welding/cladding), test capacity (30k psi hydraulic, 20k psi N2, MPI/UT/PT), materials, how-it-works, payment & compliance policy. FEODE machines to the client's drawing/spec and ships internationally. Compliance-first, prepayment-based.
- **get_machining_terms** — Full intake terms & compliance requirements for FEODE's machining/testing service: required RFQ fields, KYB-lite (legal entity / country / real contact), end-use declaration, prohibited items, IP & liability terms, prepayment & accepted payment methods (bank wire / T/T).
- **submit_machining_rfq** — Submit a structured machining/testing RFQ. Runs a lightweight compliance screen (prohibited-use + sanctions) and, if cleared, registers the enquiry for human follow-up from enquiry@feode.com. Not a contract or quotation; no payment is taken here. You must provide the legal entity behind the request.
- **get_company_profile** — FEODE company profile: legal name, founding year (1985), HQ, Huizhou manufacturing/test base, areas served, contact.
- **list_products** — List FEODE's 7 product/service lines (id, name, category).
- **get_product_specs** — Detailed specs/highlights for one product line by id.
- **get_certifications** — FEODE certifications: BV + CCS classification of the subsea wellhead system (incl. references), 8 API monogram licenses, PSL 4S, ISO 9001/14001/45001, national awards.
- **search_capabilities** — Keyword search across FEODE products/specs. e.g. 'subsea wellhead 15000 psi', 'one trip abandonment', 'continuous circulation'.
- **list_drill_pipe** — List all NOV Grant Prideco drill string items in the reference DB (drill pipe, heavy-weight drill pipe HWDP, drill collars) with id, label, product_type, connection, grade.
- **get_drill_pipe_specs** — Full NOV Grant Prideco performance specs for one drill string item by id: pipe-body new/premium torsional & tensile yield, internal pressure, collapse; tool-joint OD/ID, make-up torque max/min, drift, torsional yield. Use list_drill_pipe for ids.
- **search_drill_pipe** — Keyword search the NOV Grant Prideco drill string reference (e.g. 'NC50', '5 S-135', 'HT55 make-up torque', '8 drill collar', 'XT57'). Returns matching items with full specs.
- **get_drill_string_guidance** — NOV Grant Prideco drill-string guidance & reference data (from the Grant Prideco 钻具技术手册, excerpted from API Spec 7 / API RP 7G): make-up torque practice (incl. the 80% drilling-torque rule), handling/grip distance, care & handling, sour service; double-shoulder connection families HT/XT/XT-M/GPDS with recommended make-up torque & thread forms; drill-pipe steel grades & API tool joints; heavy-weight drill pipe (3 types + dimensional data); drill collars (material, bending-strength-ratio, weight, connection selection, ideal size by hole); rotary-shouldered connection interchangeability; kelly (square/hex weights & connections); crossover/service subs; well control (kill/pressure formulas, pump output, capacity & displacement, buoyancy factor); and imperial-to-SI unit conversions. ALSO includes reference_tables: the manual's dense spec/torque/weight/capacity/inspection matrices and BSR charts as reference IMAGE URLs (including the wide cross-page drill-collar make-up-torque & weight tables assembled whole from the facing-page scan) — for exact cell values, return the matching image_url to the user instead of transcribing the numbers. Call without a topic to get everything, or pass one topic.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

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

## Documentation

## What FarEastAI/feode-mcp MCP server does

FarEastAI/feode-mcp MCP server provides machine-readable information about Shenzhen Far East Oil Drilling Engineering Ltd. (FEODE), including offshore well plug and abandonment, subsea wellhead systems, continuous circulation drilling, completion, drill-pipe and tool rental, fishing, supervision, machining, and testing services. It also contains a curated reference set for NOV Grant Prideco drill pipe, heavy-weight drill pipe, and drill collars.

The company-oriented tools cover FEODE's profile, seven product or service lines, detailed product specifications, certifications, and keyword search across capabilities. The machining workflow includes service descriptions, intake and compliance terms, and a structured RFQ submission path.

## How it works

The hosted MCP endpoint is available at `https://www.feode.com/mcp` using streamable HTTP. MCP clients can use that endpoint to discover and call the available tools. A local stdio option is provided through the npm package `feode-mcp`, launched with `npx -y feode-mcp`.

The drill-string reference supports both direct lookup and search. Use `list_drill_pipe` to obtain item identifiers, then pass an identifier to `get_drill_pipe_specs`. Search can match terms such as connection families, grades, drill-collar sizes, or make-up torque references. `get_drill_string_guidance` returns all supported guidance when called without a topic, or a selected topic when one is supplied.

## Setup and configuration

FarEastAI/feode-mcp MCP server can be configured as a streamable HTTP server with this client entry:

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

For clients that require stdio, use the published npm bridge:

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

The provided material does not specify environment variables or credential requirements. The README identifies Claude Desktop as a stdio-only client example.

## Tools and capabilities

- Query machining capacity, materials, testing limits, payment terms, compliance requirements, and RFQ intake fields.
- Submit a machining or testing RFQ after providing the legal entity behind the request. The submission performs a lightweight prohibited-use and sanctions screen before registering the enquiry for human follow-up.
- Retrieve FEODE company details, products, product specifications, certifications, and capability matches.
- List and inspect 16 NOV Grant Prideco drill-string items, including pipe, HWDP, and drill collars.
- Search drill-string data and retrieve performance values such as torsional and tensile yield, internal pressure, collapse, tool-joint dimensions, drift, and make-up torque.
- Retrieve guidance on connection families, handling, sour service, drill-string selection, well-control formulas, and unit conversions.

## Limitations and notes

The RFQ tool does not create a contract or quotation and does not collect payment. FEODE's stated machining process is prepayment-based, with bank wire or T/T listed as accepted methods, and compliance information is required for intake.

The NOV Grant Prideco material is reference data transcribed and curated from manufacturer performance sheets and API-related guidance. Dense tables may be returned as reference image URLs for exact cell values. Verify all values against the controlling NOV documentation before using them in field operations. The service and company information is presented as FEODE's own reference content, not as an automated purchasing or engineering approval system.

FarEastAI/feode-mcp MCP server exposes the endpoint and npm bridge described above, but the supplied material does not document version compatibility beyond the stated MCP client connection examples.

_Full upstream README: https://allmcps.com/mcp/fareastai-feode-mcp/readme_

