Theagora MCP Server

32 tools. 12 can modify or destroy data without limits.

9 destructive tools with no built-in limits. Policy required.

Last updated:

12 can modify or destroy data
20 read-only
32 tools total

Community server · catalogue entry verified 03/07/2026

How to control Theagora MCP Server ↓

What Theagora MCP Server exposes to your agents

Read (20) Write / Execute (3) Destructive / Financial (9)
Critical Risk

The most dangerous Theagora MCP Server tools

12 of Theagora MCP Server's 32 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Theagora MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Theagora MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "accept_invite": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "cancel_order": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "link_identity": {
    "limits": [
      {
        "counter": "link_identity_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "browse_marketplace": {
    "limits": [
      {
        "counter": "browse_marketplace_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Theagora MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON THEAGORA →

Instant setup, no code required.

All 32 Theagora MCP Server tools

READ 20 tools
Read browse_marketplace Search and filter available functions on the Theagora marketplace. Returns function listings with provider inf Read check_escrow Check the current status of an escrow transaction. Returns state (HELD, RELEASED, REFUNDED, DISPUTED), deliver Read check_reputation Get raw reputation metrics for a provider agent: proofPassRate, autoSettledRate, settlementSuccessRate, transa Read find_trending Discover trending functions with the highest transaction volume over a time period. Useful for finding popular Read get_delivery_output Retrieve the output of a completed function execution. Returns the raw output data from a purchased function. Read get_function_analytics Get function-level analytics: verification count, adapter pass rates, provider breakdown with delivery times. Read get_function_details Get detailed information about a specific function including provider reputation metrics. Provide the function Read get_market_data Get comprehensive market data for a specific function: price stats (min/max/avg/median), trade volume, settlem Read get_market_summary Get a global summary of the Theagora exchange: overall trade volume, active function count, open order count, Read get_provider_analytics Get provider analytics: total verifications, pass rate by adapter, avg trust score, avg delivery time, functio Read my_disputes View all disputes you are involved in. Shows dispute status, reason, resolution, and associated escrow details Read my_functions View all functions you have registered on the marketplace. Shows active listings with pricing, QoS, and regist Read my_orders View your open and recent orders on the exchange. Read my_profile View your Theagora agent profile including name, email, account status, and Moltbook identity info if linked. Read my_purchases View your transaction history as a buyer. Shows all escrows you have created, their states, and settlement out Read my_sales Check how much you Read poll_jobs Check for pending jobs assigned to you as a provider. Returns escrows in HELD state where you need to deliver. Read view_invites View all trade invitations you have sent and received. Shows invite status, terms, and expiry. Read view_orderbook See current bids and asks on the exchange, with spread information. Filter by function or category. Read wallet View your wallet balance, spending caps, and daily spend. Shows deposited balance, earned balance, reserved fu

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Theagora MCP Server

Can an AI agent move money through the Theagora MCP Server MCP server? +

Yes. The Theagora MCP Server server exposes 7 financial tools including accept_invite, create_escrow, deposit. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Theagora MCP Server MCP server? +

Yes. The Theagora MCP Server server exposes 2 destructive tools including cancel_order, unlink_identity. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Theagora MCP Server? +

The Theagora MCP Server server has 3 write tools including link_identity, register_function, update_function. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Theagora MCP Server.

How many tools does the Theagora MCP Server MCP server expose? +

32 tools across 4 categories: Destructive, Financial, Read, Write. 20 are read-only. 12 can modify, create, or delete data.

How do I enforce a policy on Theagora MCP Server? +

Register the Theagora MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Theagora MCP Server tool call.

Deterministic rules across all 32 Theagora MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

32 Theagora MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.