---
title: Edgaze MCP
description: Let your agent call a marketplace workflow directly as a tool.
source: https://www.edgaze.ai/docs/mcp
section: mcp
---
# Edgaze MCP

> Let your agent call a marketplace workflow directly as a tool.

**Audience: Anyone who wants their AI app to run Edgaze workflows.**

**Outcome: Paste one prompt, or write the config yourself, then sign in and run.**

Edgaze MCP is how an AI app talks to the Edgaze marketplace. After you connect, the agent can search published workflows, read the input form and the price, start a run, and bring the result back into the chat.

It runs the same published product a human runs on the marketplace. There is no second graph and no rebuild.

## Works with

These clients can connect to Edgaze MCP. Open one for the exact setup. Other clients use the same remote server.

```mcpclients

```

## For your agent

The box at the top of this page is the prompt to paste. It tells the agent to fetch [Connect Edgaze MCP](/docs/mcp/connect) at `https://www.edgaze.ai/docs/mcp/connect.md` and write the config for this client. That page is the playbook. Humans can follow the same steps by hand.

## What to use, exactly

| Use this                              | Do not substitute                                    |
| ------------------------------------- | ---------------------------------------------------- |
| Server `https://mcp.edgaze.ai`        | `www.edgaze.ai`, `api.edgaze.ai`, or a localhost URL |
| Consent host `https://www.edgaze.ai`  | Opening `/oauth/consent` yourself, or the apex host  |
| Wallet `https://www.edgaze.ai/wallet` | A different billing page                             |

A www mismatch on consent looks like a broken login. The client starts OAuth. Do not open `/oauth/consent` yourself. The agent must not invent a different server URL.

## What you approve

The app opens the Edgaze consent page. Sign in with your Edgaze account and allow:

- **Find workflows**: see published names, prices, and input forms
- **Run workflows**: start a demo or a paid run from your wallet

That is the whole grant. You can disconnect later from Settings → Connected apps.

## What the agent can do

Five tools, in this order:

1. `edgaze_catalog`: browse published categories when the goal is still vague
2. `edgaze_search`: find workflows for a job. If nothing matches, it stops
3. `edgaze_inspect`: read one slug: inputs, example values, price, whether a demo is available
4. `edgaze_run`: start the run. `demo: true` only when inspect said a demo is available
5. `edgaze_watch`: read output until the run finishes

The agent should inspect before it runs, show you the price, and use your words for the inputs. It should not invent values the form rejects. Text and external actions come back in the chat. Images, files, and other media come back as a link to the hosted run page on Edgaze.

## After you connect

A zero wallet is normal the first time. That is not a failed install. Open [Wallet](/wallet), add money when you want a paid run, and ask the agent to try again. See [Wallet](/docs/mcp/wallet) and [Your first run](/docs/mcp/first-run).

If you publish workflows, agents run the same version marketplace buyers run. See [For creators](/docs/mcp/for-creators).

## Next

- [Connect Edgaze MCP](/docs/mcp/connect): client setup and the agent playbook
- [Your first run](/docs/mcp/first-run)
- [Wallet](/docs/mcp/wallet)
- [For creators](/docs/mcp/for-creators)
