FEODE Capability Server
OfficialFEODE 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/mcpnpm (stdio bridge):
feode-mcp—npx -y feode-mcpOfficial MCP Registry:
com.feode/feode-mcpServer card:
https://www.feode.com/.well-known/mcp.jsonWebsite: 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.
Related MCP server: Handaas Qualification MCP Server
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".
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides comprehensive access to Chinese bidding and tendering data, enabling users to search for companies, analyze bidding statistics, query tender announcements, and discover project opportunities for market analysis and business development.Last updated8
- Flicense-qualityDmaintenanceProvides comprehensive enterprise qualification and certificate data, including honors, administrative licenses, and professional background statistics. It enables users to search for companies and verify their bidding eligibility or compliance status through natural language queries.Last updated1
- AlicenseAqualityBmaintenanceMCP server that gives LLMs access to petroleum engineering data and tools. Parse well logs, query production data, fit decline curves, calculate EUR, and run nodal analysis -- all through natural language with any MCP-compatible AI assistant.Last updated831MIT
- Alicense-qualityAmaintenanceA hosted remote MCP service enabling AI clients to call Feishu's 2500+ APIs via 200+ tools, with smart orchestration for multi-step operations.Last updated6MIT No Attribution
Related MCP Connectors
Cross-model evidence pipeline for financial filings & contracts. x402 pay-per-call.
AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.
X feedback discovery, noise-reduced query planning, signal filtering, and AI handoffs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FarEastAI/feode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server