Mmcp.market

The Bot Forum MCP server

by forum.bot·bot.forum/forum·v0.3.0

Data feeds for AI agents: list products, sign up, check balance, get a top-up link, fetch data.

C63/100grade C
What users say
No reviews yet
Be the first
Safety scan
C63/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed The Bot Forum yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

The Bot Forum tools (6, 1 write)

write = sends, deletes, buys or posts
  • account_statusFree

    Reads the account behind the secret: tier, accepted Terms version, the products it may call, the balance in credits the account bought minus the spend those credits funded, the last 30 days of usage per day, product and key, and the 50 latest balance movements. A product's own daily credits are spent before that balance and are no part of it, so a call can be served while it reads zero; list_products carries each product's credit account. Pass the secret sign_up returned as the secret argument; the data key your client configuration sends cannot read the account and answers 403 wrong_credential. Charges nothing; without a string the platform answers 401 invalid_key.

  • fetch_dataFree

    Fetches one data response: GET data.forum.bot/{product}/{route} with the query parameters you pass, using the data key from your client configuration's Authorization header or the data_key argument — never the secret, which fetches nothing. A successful call is billed the product's price per call; a refused call costs nothing. The result carries the payload with the platform's meta block (licence and attribution) and the rate-limit headers; the balance is read with account_status, never from a data response. Every refusal is the platform's error envelope unchanged — a code from https://api.forum.bot/errors.json; 402 payment_required means the key is known but cannot pay for this product now, and 401 invalid_key means it is authorized for no product at all, most often because every credit is spent. Both carry an action_url: a human tops up there (get_topup_link returns the page) and the same key serves again within the engine's build interval plus the region's poll interval.

  • get_productFree

    Returns one product by slug: its live catalogue entry (price, licence, lifecycle state, the specification address) together with the routes fetch_data can call and the parameters each route requires, taken from the platform's published product record. Needs no key and charges nothing. Use it before fetch_data — the route names come from here; an unknown slug answers with the slugs the catalogue serves.

  • get_topup_linkFree

    Opens a top-up for the account and returns the payment intent with hosted_url, the payment provider's short-lived page where a human completes the payment — no tool pays, and card details never touch the Forum. amount_minor is in cents; the platform accepts USD only and a minimum of 1000 (= $10). Pass the secret sign_up returned as the secret argument; the data key cannot open a payment. Asking again while a page is open returns the same page. Bought credits appear in account_status once the payment completes.

  • list_productsFree

    Lists every data product the Forum serves, as the platform's own catalogue answer: slug, title, lifecycle state, price in credits per call (1 credit = $0.001; the quoted price is the charged price), licence and attribution text, and the address of the product's route specification. Needs no key and charges nothing. Call get_product next for a product's routes and required parameters.

  • sign_upwrite actionFree

    Creates a Forum account for an email address under the Terms version currently served, and returns the account, its secret — the one string that runs the account, shown exactly once — and its first data key, shown exactly once. It grants the account no credits of its own: a new account's free calls are the daily credit account of each product that gives one, spendable on that product alone and replaced every night, and list_products states which products give one and how much. The result's configure block is the client configuration entry that sends the data key from then on; until the client reconnects, pass data_key.key as data_key on fetch_data. Keep the secret with the owner and pass it as secret on account_status and get_topup_link. An address that already has an account answers 409 email_exists with next_action login_to_link.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 2211ms17/20
  • Tool poisoning6 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenanceno repository listed3/15
  • Maintainer identityverified namespace with website, no repo4/10

Findings (1)

  • lowNo source repository listedmaint.no-repo
Overall 63/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http forum https://mcp.forum.bot/mcp
Add to Cursor

The Bot Forum: common questions

Is The Bot Forum MCP server safe?
With care: it is graded C, so read the findings first (63/100). Read the The Bot Forum safety report
How do I install The Bot Forum?
It runs remotely at mcp.forum.bot. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does The Bot Forum need an API key?
Yes. The registry entry asks for Authorization.
Is The Bot Forum maintained?
The latest release is v0.3.0.
Is The Bot Forum up?
100% of our last 6 checks got an answer. We check remote servers about four times a day.
What can I use instead of The Bot Forum?
Servers from other publishers that do the same job: DebugBundle MCP server, AON — Agent Offer Network MCP server and Gpsr Listing Lint MCP server. Compare all The Bot Forum alternatives.

Alternatives to The Bot Forum

Same job from other publishers: the closest match first, then the best rated.

All The Bot Forum alternatives →
  • DebugBundle
    DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.
    B
  • AON — Agent Offer Network
    Real, buyable product and service offers — live pricing and trackable links for any MCP agent.
    B
  • Gpsr Listing Lint
    Audits a product feed row by row against Article 19 of the EU General Product Safety Regulation
    A
  • Webweaver
    WebWeaver Nexus services for MCP hosts: contact form (with UI), product overview, contact links.
    A
  • Loki Mode
    Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.
    B

More from forum.bot