Website monetization for AI agents: apply, integrate ads, reporting, and payouts — all over MCP.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://rocketsloth.ai/mcp14 Tools · 211 msaboutCatalog only — reading this is not an application. Call apply next with site_url, contact_email, publisher_name, and agent_name. Also covers the one-tag integration model, payout terms, and the full tool list. No authentication required.Catalog only — reading this is not an application. Call apply next with site_url, contact_email, publisher_name, and agent_name. Also covers the one-tag integration model, payout terms, and the full tool list. No authentication required.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
accountView or update your account (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: view (default; account and site sta…View or update your account (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: view (default; account and site sta…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| action | string | One of: view (default), update, rotate_token. |
| contact_email | string | For action=update: a new contact email. |
| agent_name | string | For action=update: a new agent name. |
| google_email | string | For action=update: the Google account email your Ad Manager invitation goes to. Set this when the current one already has an Ad Manager account or invitation. |
ad_settingsView and adjust ad settings for your site (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). Pass resource and action; cal…View and adjust ad settings for your site (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). Pass resource and action; cal…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| resource | string | The resource to act on. Call with no action to discover available resources and actions. |
| action | string | The action to perform on the resource. Omit to list what's available. |
| params | object | Optional additional parameters for the action. |
application_statusCheck an application's status using its application token (at_...). While pending, your placed units serve Rocket Sloth house creatives; on approval the first call returns your API token (sk_...) exactly once and your units upgrade to full demand automatically — your page never changes. The automat…Check an application's status using its application token (at_...). While pending, your placed units serve Rocket Sloth house creatives; on approval the first call returns your API token (sk_...) exactly once and your units upgrade to full demand automatically — your page never changes. The automat…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your application token (at_...). May instead be sent as an Authorization: Bearer header. |
| action | string | Optional. Omit for a normal status poll. Pass request_review to restart the 30-day automated review check when it has paused (pending applications only). |
applyCall this first after connecting. Connecting the MCP server is not an application. Requires site_url (http/https; need not be live yet), contact_email, publisher_name (the site owner's name — not your agent name), and agent_name; description is optional. Humans can sign up at https://rocketsloth.ai…Call this first after connecting. Connecting the MCP server is not an application. Requires site_url (http/https; need not be live yet), contact_email, publisher_name (the site owner's name — not your agent name), and agent_name; description is optional. Humans can sign up at https://rocketsloth.ai…
site_url: Links to undeclared domain: example.com| Parameter | Typ | Beschreibung |
|---|---|---|
| site_url* | string | The publisher site to monetize, as an http or https URL (e.g. https://example.com). Need not be live yet — apply now, integrate while you build; full demand st… |
| contact_email* | string | A contact email for the account. Used as the account login. |
| google_email | string | Optional. The email address that will receive Google's Ad Manager invitation later in the process; it must belong to a Google account the site owner can sign i… |
| publisher_name* | string | The site owner's name for the publisher account (e.g. 'Jane Doe'), provided with the owner's consent — used only to create the account and its Google Ad Manage… |
| agent_name* | string | Your name (the agent/operator applying on the publisher's behalf), e.g. 'claude-code'. |
| description | string | Optional short description of the site or its content. |
askAsk the Rocket Sloth setup agent anything about integration, ad units, application, reporting, or payments. Pass the returned thread_id on follow-up questions to keep context. No authentication required; rate limited per IP.Ask the Rocket Sloth setup agent anything about integration, ad units, application, reporting, or payments. Pass the returned thread_id on follow-up questions to keep context. No authentication required; rate limited per IP.
| Parameter | Typ | Beschreibung |
|---|---|---|
| question* | string | Your question about integration, ad units, application, reporting, or payments. |
| thread_id | string | Pass the thread_id returned by a previous ask call to continue the same conversation. Omit to start a new thread. |
checklistYour onboarding checklist (authenticate with your application token at_... or API token sk_...; a Bearer web session from the in-page agent on rocketsloth.ai also works — never ask the user to paste a token when the session already authenticates you). Returns every step to full-demand serving with…Your onboarding checklist (authenticate with your application token at_... or API token sk_...; a Bearer web session from the in-page agent on rocketsloth.ai also works — never ask the user to paste a token when the session already authenticates you). Returns every step to full-demand serving with…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your application token (at_...) or API token (sk_...). May instead be sent as an Authorization: Bearer header. |
integrationGet your exact script tag and ad-unit markup, plus placement guidance (authenticate with your application token at_... or API token sk_...; a Bearer web session from the in-page agent on rocketsloth.ai also works — never ask the user to paste a token when the session already authenticates you). Ava…Get your exact script tag and ad-unit markup, plus placement guidance (authenticate with your application token at_... or API token sk_...; a Bearer web session from the in-page agent on rocketsloth.ai also works — never ask the user to paste a token when the session already authenticates you). Ava…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your application token (at_...) or API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| verify | boolean | When true, Rocket Sloth fetches your site and confirms the script tag and at least one ad unit are installed. |
paymentsView your payout status (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: settings (payout method name and thresh…View your payout status (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: settings (payout method name and thresh…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| action | string | One of: settings (default; payout method name and threshold), history (amount owed, this-month earnings, and payout rows). |
reclaimFree up a site that has an inactive previous registration. If apply says the site is already registered, use action=start to get domain-ownership verification options (DNS TXT record, hosted file, or meta tag), complete one, then action=verify with the method used. Once released, call apply again.Free up a site that has an inactive previous registration. If apply says the site is already registered, use action=start to get domain-ownership verification options (DNS TXT record, hosted file, or meta tag), complete one, then action=verify with the method used. Once released, call apply again.
site_url: Links to undeclared domain: example.com| Parameter | Typ | Beschreibung |
|---|---|---|
| action* | string | One of: start (get domain-ownership verification options) or verify (check that one method is in place and release the previous registration). |
| site_url* | string | The site to reclaim, as an http or https URL (e.g. https://example.com). |
| method | string | For action=verify: the ownership proof method used — one of dns, file, or meta. |
recoverRecover access when application or API tokens are lost. action=start with site_url emails a short-lived code to the account owner's contact address on file; action=confirm with site_url and code verifies the emailed code, revokes all old tokens, and returns a fresh application token (and API token…Recover access when application or API tokens are lost. action=start with site_url emails a short-lived code to the account owner's contact address on file; action=confirm with site_url and code verifies the emailed code, revokes all old tokens, and returns a fresh application token (and API token…
| Parameter | Typ | Beschreibung |
|---|---|---|
| action* | string | One of: start (email a recovery code to the account owner) or confirm (submit the code and receive fresh tokens). |
| site_url* | string | The publisher site URL previously registered with apply (http or https). |
| code | string | For action=confirm: the recovery code emailed to the account owner's contact address. |
reportingRevenue and traffic reporting for your account (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: overview | earni…Revenue and traffic reporting for your account (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: overview | earni…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| action | string | One of: overview (default), earnings_history, epmv_trend, demand_partners, top_earning_pages, ad_format_revenue. |
| start_date | string | Start date YYYY-MM-DD (optional; upstream default applies when omitted). |
| end_date | string | End date YYYY-MM-DD (optional). |
subscriptionsManage reader subscriptions and donations (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). Pass resource and action; cal…Manage reader subscriptions and donations (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). Pass resource and action; cal…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| resource | string | The resource to act on. Call with no action to discover available resources and actions. |
| action | string | The action to perform on the resource. Omit to list what's available. |
| params | object | Optional additional parameters for the action. |
videoManage video monetization (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). Pass resource and action (e.g. resource=playe…Manage video monetization (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). Pass resource and action (e.g. resource=playe…
| Parameter | Typ | Beschreibung |
|---|---|---|
| token | string | Your API token (sk_...). May instead be sent as an Authorization: Bearer header. |
| resource | string | The resource to act on. Call with no action to discover available resources and actions. |
| action | string | The action to perform on the resource. Omit to list what's available. |
| params | object | Optional additional parameters for the action. |
14 von 14 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Website monetization for AI agents: apply, integrate ads, reporting, and payouts — all over MCP.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.