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.
ENDPOINT 1
https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp
MCP server metadata
- Name
- agent-vending-factory
- Version
- 1.27.0
Known tools 6
agent_examplePOST /agents/agent_example/run — Single-turn Claude Sonnet inference endpoint.
Potential side effectstool_examplePOST /tools/tool_example/run — Stateless text utility for testing x402 payment flows.
Potential side effectstool_zar_pricesPOST /tools/zar-prices/run — Returns live bid/ask/last prices for crypto/ZAR pairs.
Potential side effectstool_data_transformerPOST /tools/tool_data_transformer/run — Extracts structured JSON from raw text using a caller-supplied JSON Schema.
Potential side effectstool_sa_airport_oraclePOST /tools/sa-airport-oracle/run — Returns live flight status from ACSA (airports.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.