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

Agent View of the PolicyLayer registry record for `get_machining_services`. HTML page: https://policylayer.com/tools/com-feode-feode-mcp/get-machining-services

## Facts

- Tool: `get_machining_services`
- Server: Feode Mcp (`https://www.feode.com/mcp`) — https://policylayer.com/tools/com-feode-feode-mcp.md
- Homepage: https://github.com/FarEastAI/feode-mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_machining_services",
    "arguments": {}
  }
}
```

## Why get_machining_services is rated Low

This tool queries and returns information about machining and testing services, capabilities, and compliance policies. It does not create orders, execute machining operations, modify data, or commit financial transactions—it is a read-only informational tool. The 'prepayment-based' mention describes the business model, not the tool's function. No irreversible changes or autonomous operations are triggered.

From the tool's own definition: "Tool name is 'get_machining_services' and description indicates it retrieves and displays information about FEODE's capabilities, test capacity, materials, how-it-works, and policies."

## Use case

AI agents call get_machining_services to retrieve information from Feode Mcp without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Feode Mcp:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_machining_services": {}
  }
}
```

## Other tools on Feode Mcp (11)

- `get_certifications` — Read — https://policylayer.com/tools/com-feode-feode-mcp/get-certifications.md
- `get_company_profile` — Read — https://policylayer.com/tools/com-feode-feode-mcp/get-company-profile.md
- `get_drill_pipe_specs` — Read — https://policylayer.com/tools/com-feode-feode-mcp/get-drill-pipe-specs.md
- `get_drill_string_guidance` — Read — https://policylayer.com/tools/com-feode-feode-mcp/get-drill-string-guidance.md
- `get_machining_terms` — Read — https://policylayer.com/tools/com-feode-feode-mcp/get-machining-terms.md
- `get_product_specs` — Read — https://policylayer.com/tools/com-feode-feode-mcp/get-product-specs.md
- `list_drill_pipe` — Read — https://policylayer.com/tools/com-feode-feode-mcp/list-drill-pipe.md
- `list_products` — Read — https://policylayer.com/tools/com-feode-feode-mcp/list-products.md
- `search_capabilities` — Read — https://policylayer.com/tools/com-feode-feode-mcp/search-capabilities.md
- `search_drill_pipe` — Read — https://policylayer.com/tools/com-feode-feode-mcp/search-drill-pipe.md
- `submit_machining_rfq` — Write — https://policylayer.com/tools/com-feode-feode-mcp/submit-machining-rfq.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-feode-feode-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-feode-feode-mcp
