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.
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 - 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".
Install
Add feode mcp to your client. Pick the one you use.
claude mcp add --transport http feode-mcp https://www.feode.com/mcpcodex mcp add feode-mcp --url https://www.feode.com/mcp{
"mcpServers": {
"feode-mcp": {
"url": "https://www.feode.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"feode-mcp": {
"type": "http",
"url": "https://www.feode.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"feode-mcp": {
"url": "https://www.feode.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"feode-mcp": {
"serverUrl": "https://www.feode.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
12 tools
feode mcp exposes 12 tools to a connected agent.
- 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).
- 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.
- 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.
Score
73 / 100
Good
- Documentation18/25
- Maintenance22/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 12 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.4.0Latest | Jul 1, 2026 |
| 1.3.1 | Jun 22, 2026 |
| 1.3.0 | Jun 21, 2026 |
| 1.2.0 | Jun 21, 2026 |
| 1.1.0 | Jun 20, 2026 |
| 1.0.0 | Jun 20, 2026 |