findagent_create_remote_mcp
List an EXTERNAL remote MCP server you run as a marketplace LISTING — for an MCP server hosted on YOUR OWN infrastructure that buyers connect their client straight to (FindAgent never proxies or runs it). Pass the listing basics (title/slug/tagline/description/category_slug + example_prompts: 1–5 required) and the remote endpoint as server_url (https) OR a parsed server.json object in server_json. The server's tools are auto-detected (a sandbox-gated live scan when available) — you can override with tools (name+description), transport (streamable-http|sse), and auth_note (what credential the server needs — NEVER a secret value). Creates a status=draft agent you own; then call findagent_submit_for_review IN THIS MCP CLIENT to submit it. The server URL is stored + displayed only; nothing executes on FindAgent. Before calling: findagent_check_slug + findagent_list_categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llms | No | Optional target clients. Defaults to ['claude','chatgpt','gemini']. | |
| slug | No | Permanent URL slug, kebab-case (3–60, no leading/trailing hyphen). Verify with findagent_check_slug. | |
| tags | No | Optional (≤10). Free-form lowercase tags. | |
| title | No | Listing name (3–80 chars). | |
| tools | No | Optional descriptive tools the server exposes ({ name, description }) — SEO/discovery only, no action. Auto-detected when omitted. | |
| tagline | No | One-line value prop (10–140). | |
| auth_note | No | Optional. What credential the server requires (e.g. "Requires a Bearer API key"). DEFINITION only — NEVER a secret value. | |
| transport | No | Optional MCP transport. Defaults to streamable-http (auto-detected from server.json). | |
| server_url | No | The remote MCP endpoint (https). Required unless server_json carries it. | |
| description | No | What the server does / who it is for (50–4000). | |
| server_json | No | Optional parsed server.json (registry shape) — used INSTEAD of server_url. | |
| category_slug | No | The PRIMARY category: a TOP-LEVEL slug from findagent_list_categories (≥1 discipline; put subcategories in additional_category_slugs). | |
| example_prompts | No | REQUIRED — 1 to 5 concrete things a user can ask this server to do. | |
| additional_category_slugs | No | Optional (≤12). Subcategory under every top-level you select. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| slug | No | ||
| status | No | ||
| account | No | ||
| created | No | ||
| next_tool | No | ||
| preview_url | No | ||
| instructions | No |