← Registry

Developer Tools

agent-vending-factory-3srpjtr7na-ew.a.run.app

A developer-focused MCP server offering example tools for AI inference, payment testing, price lookup, data transformation, and Python execution.

1 endpoint6 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp

No auth detected

MCP server metadata

Name
agent-vending-factory
Version
1.27.0
Capabilities
experimentaltools

Known tools 6

agent_example

POST /agents/agent_example/run — Single-turn Claude Sonnet inference endpoint.

Potential side effects
tool_example

POST /tools/tool_example/run — Stateless text utility for testing x402 payment flows.

Potential side effects
tool_zar_prices

POST /tools/zar-prices/run — Returns live bid/ask/last prices for crypto/ZAR pairs.

Potential side effects
tool_data_transformer

POST /tools/tool_data_transformer/run — Extracts structured JSON from raw text using a caller-supplied JSON Schema.

Potential side effects
tool_compute_sandbox

POST /tools/tool_compute_sandbox/run — Executes Python 3.

Potential side effects
tool_sa_airport_oracle

POST /tools/sa-airport-oracle/run — Returns live flight status from ACSA (airports.

Potential side effects

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.agent-vending-factory]
url = "https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-vending-factory": {
      "type": "http",
      "url": "https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-vending-factory
Remote MCP URL: https://agent-vending-factory-3srpjtr7na-ew.a.run.app/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": {
    "agent-vending-factory": {
      "url": "https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-vending-factory": {
      "type": "http",
      "url": "https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-vending-factory",
  "transport": "streamable-http",
  "url": "https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for run.app was fetched 2026-07-28T00:07:38.004Z and is being refreshed.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.