← alpnai.com

INDIVIDUAL MCP TOOL

get_order

Follow one existing commercial order owned by the authenticated agent, including after commerce is paused.

alpnai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://alpnai.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_order and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

alpnai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.alpnai]
url = "https://alpnai.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alpnai": {
      "type": "http",
      "url": "https://alpnai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alpnai
Remote MCP URL: https://alpnai.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "alpnai": {
      "url": "https://alpnai.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alpnai": {
      "type": "http",
      "url": "https://alpnai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alpnai",
  "transport": "streamable-http",
  "url": "https://alpnai.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_catalog — Discover cost, latency and quality analysis APIs, their inputs, outputs, free reproducible example, authentication and current payment availability.
  • get_free_sample — Read a dated primary-source sample about OpenAI.
  • audit_agent_costs — Free comparison of cost per successful task on supplied paired traces.
  • analyze_agent_latency — Find slow agent workflows and retry overhead before scaling.
  • check_agent_quality — Check whether a candidate agent workflow regresses before replacing the baseline.
  • save_project_report — Compute and save an aggregate performance report in the fixed Projects destination authorized by the account owner.
  • purchase_snapshot — Get Snapshot for 0.
  • purchase_changes — Get Change Set for 0.