Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
FEODE Capability Server logo

FEODE Capability Server

FarEastAI/feode-mcp
✓ Verified working · Jul 10, 2026 1 starsv1.3.1HTTPRegistry activeMITUpdated 2026-06-22Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http feode https://www.feode.com/mcp

Summary

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.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http feode https://www.feode.com/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "feode": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.feode.com/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "feode": {
      "url": "https://www.feode.com/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "feode": {
      "url": "https://www.feode.com/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.feode]
url = "https://www.feode.com/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

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

README.md

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-mcpnpx -y feode-mcp ![npm version](https://www.npmjs.com/package/feode-mcp)
  • 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".

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.