⚡ Agent API & MCP

Security tools your AI agent can actually run

Someone's agent is securing their home, their crypto, or their freshly vibe-coded app. It can now authenticate once, run a CISO Marketplace assessment, get structured JSON back, and pay per call — through one endpoint on the same identity and wallet your team already uses. Free for full members.

How it works in one breath: mint an API key (keyed to your CISO Marketplace account), fund a prepaid credit wallet, then POST answers to a tool and get a scored result. Members run included tools free; everyone else spends credits. Three MCP servers let agents discover and run the whole ecosystem — assess, remediate & buy, research & comply — on one login and wallet.

Who it's included for

PlanAgent tool runs
CISO Marketplace MembershipIncluded — member-free (same as the human portal; runs save to your reports)
Tools plan (Starter / Pro)Run from your monthly credits
Pay-as-you-go20 credits (~$20) or $39 guest per call from a prepaid wallet
ThreatWatch News (content)Separate subscription — content only, does not include tool runs

The Agent API is the programmatic door to the same tools and entitlements — not a separate product. One login (id.cisomarketplace.com), one wallet, human and agent alike.

Quickstart

1 · Create an API key (logged in to your account)

curl -X POST https://pay.cisomarketplace.com/api/v1/keys \
  -H "Authorization: Bearer <your id.cisomarketplace.com token>" \
  -d '{ "label": "my-agent", "spend_cap_cents": 5000 }'
# → { "key": "csm_sk_live_…" }   (shown once — store it)

2 · Discover what's runnable

GET https://pay.cisomarketplace.com/api/v1/catalog
# → machine-readable manifest: slug, endpoint, price, input_schema, output_schema

3 · Run a tool, get JSON back

curl -X POST https://pay.cisomarketplace.com/api/v1/tools/ratemysoc/run \
  -H "Authorization: Bearer csm_sk_live_…" \
  -d '{ "inputs": { "answers": { "1.1": 3, "1.2": 2 } }, "idempotency_key": "uuid" }'
# → { "run_id": "…", "result": { "socLevel": "…", "overallPercentage": "…", … },
#     "charged_credits": 20, "balance": 480 }

Charged only after a successful compute · same idempotency_key never double-charges · fetch a saved run with GET /api/v1/runs/{id}.

Three MCP servers live

One login & wallet, three connectors — together they run the whole loop, assess → remediate → research & comply:

Micro-Sec Tools — assess live
https://mcp.microsec.tools/mcp
list_toolsrun_toolget_reportcheck_balancesave_reportlist_reportsread_reportfind_remediation
Run the security tools, save results to your reports, and surface what to buy to fix the gaps.
CISO Marketplace Concierge — remediate & buy live
https://mcp.cisomarketplace.com/mcp
membership_statuslist_reportsfind_remediationlist_servicesget_servicelist_policieslist_templatesrecommend_complianceask_cipherstart_proposallist_dealssave_reportsubmit_support_ticketsubmit_bug_bounty
Reads your reports, recommends the exact services (170+) & vendor sourcing to remediate, surfaces buyable compliance policy packs (PolicyShop) & DIY workbooks/bundles (CISO DIY), answers security questions with citations via Cipher, the CISO brain (brain.cisomarketplace.com), drafts a proposal into your Finance pipeline, and now opens support tickets & files vulnerability reports into centralized support (CyberSupport — members priority-routed; accepted bug-bounty reports earn XP/credits).
Compliance Intelligence — research & comply live
https://mcp.compliancehub.wiki/mcp
lookup_regulationsfind_templateslist_servicessearch_compliance_knowledgecompare_jurisdictionscompliance_gap_checkmembership_statussave_reportlist_reportsread_report
Semantic search over the whole compliance knowledge base — 320+ tracked regulations from the Global Compliance Map with AI-researched jurisdiction analyses, plus 1,000+ templates & products (GeneratePolicy free templates, PolicyShop packs, CISO DIY workbooks) — with jurisdiction comparison and gap checks that map straight to templates & services. Lookups are free; the RAG tools are metered — members unlimited, everyone else spends wallet credits.

Claude.ai web: Settings → Connectors → Add custom connector → the /mcp URL → log in with your CISO Marketplace account (it registers itself — no API key, no client ID). Claude Desktop / Cursor / your own agent: use an API key as Authorization: Bearer csm_sk_live_…. Either way the agent acts as you, on your wallet.

Live for agents today

Loading the live catalog…

Get membership — agent runs included →   See pricing