{"name":"com.bidda/bidda-compliance","slug":"bidda-compliance","title":null,"description":"10,065 source-verified compliance nodes, 39 pillars, 25 MCP tools (EU AI Act, GDPR, NIST, MITRE).","url":"https://mcp.market/server/bidda-compliance","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T14:16:02.341Z","last_ok_at":"2026-09-27T14:16:02.341Z","latency_ms":74},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.6.0","remotes":[{"type":"streamable-http","url":"https://bidda.com/mcp"}],"packages":[],"tools":[{"name":"browse_topics","description":"Browse the registry by cross-cutting compliance TOPIC (for example data breach notification, AI transparency, AML and KYC). Returns each topic with how many rules carry it and across how many pillars and jurisdictions. Topics sit on top of the 39 pillars without replacing them. Free, no key required. Pass a topic string to drill into one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"Optional topic name to filter or drill into."}},"required":[]}},{"name":"check_action_compliance","description":"Pre-flight regulatory check. Agent describes an intended action in natural language (\"process EU resident biometric data\", \"transfer health records to a third-party AI vendor\", \"deploy autonomous trading model in Singapore\") and receives a ranked list of regulations that may apply, plus a risk indicator (LOW/MODERATE/HIGH). The primary tool for runtime compliance gating in autonomous agent workflows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"action":{"type":"string","description":"Natural-language description of the intended action."},"jurisdiction":{"type":"string","description":"Optional jurisdiction filter (eu, us, uk, etc.)."},"limit":{"type":"integer","description":"Max matches to return. Default 10. Max 25.","minimum":1,"maximum":25}},"required":["action"]}},{"name":"compare_jurisdictions","description":"Compare how different jurisdictions address a compliance topic, side by side, including where their numeric thresholds differ (for example a breach-notification deadline of 72 hours versus 30 days). It surfaces the real rules and numbers and does not rank which jurisdiction is stricter. Requires an active Bidda subscription: pass your key as api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"Topic to compare, for example \"data breach notification\"."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["topic"]}},{"name":"consult_node","description":"The one-call governed turn: fetch the full vault node (this consumes one call on your key, exactly like unlocking a node) AND record a verified node_consulted entry for it on an open run, in a single step. The entry pins the node to its current version + integrity hash, so the run receipt proves what the agent actually consulted. Use this instead of get_node when you are inside a run. Requires an active Bidda subscription: pass api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"run_id":{"type":"string","description":"The open run to record into (from open_run)."},"node_id":{"type":"string","description":"The rule to fetch and record."},"user_input":{"type":"string","description":"Optional: the end user's message as text."},"input_hash":{"type":"string","description":"Optional: a sha256:... hash of the user's message instead of the text."},"decision":{"type":"string","description":"Optional: what the agent decided using this node."},"action":{"type":"string","description":"Optional: an action the agent took or checked."},"model":{"type":"string","description":"Optional: the model id/version making the decision."},"subject_hash":{"type":"string","description":"Optional: a sha256:... hash of an end-user identifier. Hash only."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["run_id","node_id"]}},{"name":"create_attestation","description":"Create a signed, time-stamped record of which Bidda rules a person or AI agent relied on for a decision. Returns a record ID and a public verify URL so anyone can later confirm the record has not been changed. Useful for agents that must keep an audit trail of what they checked. Requires an active Bidda subscription: pass api_key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"agent":{"type":"string","description":"The system or AI agent that made the decision."},"nodes":{"type":"array","items":{"type":"string"},"description":"node_ids that were checked (max 50)."},"action":{"type":"string","description":"Optional: what the agent did."},"workflow_steps_followed":{"type":"array","items":{"type":"string"},"description":"Optional: steps the agent followed."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["agent","nodes"]}},{"name":"create_control_attestation","description":"Sign a tamper-evident record of one of YOUR OWN controls or policies and the Bidda obligation nodes it maps to. Each obligation is pinned to its current version + integrity hash at signing time, so the record shows what the control was mapped against on that date. This is the design-side evidence ('we operate this control, mapped to these obligations'); run receipts are the operating-side evidence. Requires an active Bidda subscription: pass api_key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"control":{"type":"string","description":"The name of your control or policy."},"statement":{"type":"string","description":"What the control does or asserts (plain text)."},"nodes":{"type":"array","items":{"type":"string"},"description":"Obligation node_ids the control maps to (max 50)."},"framework":{"type":"string","description":"Optional: the framework you are mapping to (e.g. \"EU AI Act\")."},"effective_date":{"type":"string","description":"Optional: YYYY-MM-DD the control took effect."},"control_status":{"type":"string","description":"Optional: implemented | planned | in-progress."},"control_owner":{"type":"string","description":"Optional: the role or team that owns the control."},"evidence_ref":{"type":"string","description":"Optional: a reference/URL/hash to your own evidence (kept by you)."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["control","statement","nodes"]}},{"name":"drift_check","description":"Check whether the compliance rules an agent has cached in its own memory are still current. Submit the node_id and the integrity hash you stored when you last grounded on each rule; get back, per rule, whether it is fresh, has drifted (content changed), or was withdrawn (instrument repealed) - so the agent re-grounds before acting on stale law. Included with every API tier; the per-call batch size scales with your plan. Pass api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"anchors":{"type":"array","description":"The cached rules to check.","items":{"type":"object","properties":{"node_id":{"type":"string","description":"The rule (node_id)."},"hash":{"type":"string","description":"The sha256:... integrity hash you cached for it (omit to just fetch the current fingerprint)."}},"required":["node_id"]}},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["anchors"]}},{"name":"gap_check","description":"Given the compliance rules a team says it covers, return the prerequisite rules Bidda's dependency graph links to them that were NOT listed - the 'you missed the prerequisite obligation' gaps - plus any covered rule the registry marks withdrawn. A coverage aid for a qualified reviewer; it does not rank or determine compliance. Requires an active Bidda subscription: pass api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"nodes":{"type":"array","items":{"type":"string"},"description":"The node_ids you cover (max 200)."},"depth":{"type":"number","description":"Optional: how many dependency hops to walk (1-3, default 1)."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["nodes"]}},{"name":"get_audit_pack","description":"Export a run as a governance evidence pack: the signed receipt, every entry, a roll-up of the nodes consulted (with pinned versions/hashes), an independent hash-chain + Merkle integrity self-check, and a coversheet mapping the receipt to the record-keeping obligations it supports (EU AI Act Art. 12/26, ISO/IEC 42001, NIST AI RMF). A sealed run is readable by id; a still-open run's draft pack needs your api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"run_id":{"type":"string","description":"The run to export."},"api_key":{"type":"string","description":"Optional: your Bidda key, required for a still-open (unsealed) run."}},"required":["run_id"]}},{"name":"get_crosswalk","description":"Return the cross-framework mapping dimensions for a node: which other regulations, standards, or jurisdictions this rule maps to (e.g. GDPR Article 17 → CCPA right-to-delete → POPIA Section 24). Discovery returns the available dimensions; full mapping values are vault-gated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"node_id":{"type":"string","description":"Node ID to inspect crosswalks for."}},"required":["node_id"]}},{"name":"get_dependency_chain","description":"Walk the prerequisite chain for a compliance node. Given one node, returns its full dependency tree (the prior obligations an agent must satisfy before this one applies). Use this to plan a complete compliance posture: unlocking one node usually requires understanding 3-8 upstream nodes. Defaults to depth 2; max 4.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"node_id":{"type":"string","description":"Root node ID to expand from."},"max_depth":{"type":"integer","description":"How many hops to walk (1-4). Default 2.","minimum":1,"maximum":4}},"required":["node_id"]}},{"name":"get_jurisdiction_bundle","description":"Return all compliance nodes that apply in a specific jurisdiction (EU, US, UK, Australia, Singapore, India, Canada, China, South Africa, Japan, Brazil and others). Use when an agent enters a new market and needs the full regulatory surface for that geography.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"jurisdiction":{"type":"string","description":"Jurisdiction code or name: eu, us, uk, au, sg, india, canada, china, south-africa, japan, brazil."},"limit":{"type":"integer","description":"Max nodes to return. Default 25. Max 100.","minimum":1,"maximum":100}},"required":["jurisdiction"]}},{"name":"get_latest_changes","description":"List the most recently updated compliance nodes: the regulatory change feed. Use to monitor incoming amendments, new guidance, or freshly added rules. Filter by pillar to focus on a domain. Agents should call this on a schedule to keep compliance posture current.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"type":"integer","description":"Look back N days. Default 30. Max 180.","minimum":1,"maximum":180},"pillar":{"type":"string","description":"Optional pillar filter, e.g. \"AI Governance\" or \"Cybersecurity\"."}},"required":[]}},{"name":"get_mitre_mapping","description":"The MITRE Rosetta Stone. Given a MITRE technique ID across 5 frameworks (ATT&CK Enterprise, ATT&CK Mobile, ATT&CK ICS, D3FEND, ATLAS), return the Bidda node for that technique plus its mapped compliance obligations: NIST 800-53 controls, ISO 27001 Annex A clauses, PCI DSS requirements, NIS2 articles, HIPAA Security Rule, DORA articles, NERC CIP, IEC 62443. The bridge between how SOC teams think (technique IDs) and how compliance teams think (control families). Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"technique_id":{"type":"string","description":"MITRE technique ID. ATT&CK Enterprise (T1566, T1486, T1078, T1003.001, T1547.001); ATT&CK Mobile (T1474, T1521, T1471, T1430, T1417); ATT&CK ICS (T0883, T0809, T0879, T0886, T0814); D3FEND (D3-FIM, D3-MFA, D3-NTA, D3-NI, D3-AI, D3-CH); CAPEC (CAPEC-66, CAPEC-63, CAPEC-98, CAPEC-94, CAPEC-49); or ATLAS (AML.T0020)."}},"required":["technique_id"]}},{"name":"get_node","description":"Get a specific compliance node by its ID. Returns the node summary: title, compliance pillar, version, last updated, and BLUF. The full node (machine-executable deterministic workflow, actionable schema, primary legal citations, dependency chain) is available at bidda.com.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Node ID, e.g. \"basel-iii-capital\", \"gdpr-article-5-principles\", \"fatf-40-recommendations-2023-consolidated\", \"us-hipaa-privacy-rule\""}},"required":["id"]}},{"name":"get_run","description":"Fetch a run and its entries. The owner can read an open or sealed run (pass api_key); a sealed run is also publicly readable by id and reports whether its signature is valid.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run_id":{"type":"string","description":"The run_id to fetch."},"api_key":{"type":"string","description":"Optional: your Bidda key, required to read your own still-open run."}},"required":["run_id"]}},{"name":"list_pillars","description":"List all compliance pillars in the Bidda Sovereign Intelligence registry with node counts. Use this first to discover available compliance domains before searching. Bidda has 10,099 cryptographically-verified nodes across 39 pillars, including a MITRE layer spanning 6 frameworks (ATT&CK Enterprise/Mobile/ICS, D3FEND, ATLAS, CAPEC) plus Banking, AI Governance, Cybersecurity, Healthcare, Legal, ESG and more.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"obligation_deltas","description":"The obligation-level change feed: primary sources whose content changed (or whose node was withdrawn), mapped to the Bidda obligation nodes they affect, filterable by time, pillar, or specific nodes. Use it to answer 'what obligations changed since I last reviewed?'. Requires an active Bidda subscription: pass api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"since":{"type":"string","description":"Optional: ISO timestamp; only deltas newer than this are returned."},"pillar":{"type":"string","description":"Optional: restrict to one pillar."},"nodes":{"type":"array","items":{"type":"string"},"description":"Optional: restrict to deltas affecting these node_ids."},"limit":{"type":"number","description":"Optional: max deltas to return (default 100, max 500)."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":[]}},{"name":"open_run","description":"Open a run ledger: a signed, tamper-evident log of what an agent does across a whole task or conversation (for example a support-bot chat). Returns a run_id. Record one entry per turn with record_run_entry, then seal_run to get a single signed Run Receipt. Requires an active Bidda subscription: pass api_key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"agent":{"type":"string","description":"The system or agent running the task or conversation."},"label":{"type":"string","description":"Optional human label, for example the chat or ticket id."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["agent"]}},{"name":"oscal_assessment_results","description":"Export a governed run's evidence as a NIST OSCAL assessment-results document (the machine-readable format GRC and audit tooling consumes): reviewed-controls (the obligation nodes consulted), observations (each pinned to its version + integrity hash), and props recording the independent integrity self-check. A sealed run is readable by id; a still-open run needs your api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"run_id":{"type":"string","description":"The run to export as OSCAL assessment-results."},"api_key":{"type":"string","description":"Optional: your Bidda key, required for a still-open (unsealed) run."}},"required":["run_id"]}},{"name":"point_in_time","description":"Get a signed record of which committed version of a rule was authoritative at a specific past date, anchored to the public history chain. Useful when an agent must show what a rule said at the moment it acted. Requires an active Bidda subscription: pass api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"node_id":{"type":"string","description":"The rule (node_id)."},"as_of":{"type":"string","description":"ISO date or time, or epoch milliseconds. Defaults to now."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["node_id"]}},{"name":"record_run_entry","description":"Append one entry to an open run: which Bidda rules the agent consulted, what it decided, and the end user's input (as text via note, or privately as input_hash). Each entry is hash-chained to the previous one. Requires an active Bidda subscription: pass api_key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run_id":{"type":"string","description":"The run_id returned by open_run."},"nodes":{"type":"array","items":{"type":"string"},"description":"Optional node_ids the agent consulted (max 50)."},"decision":{"type":"string","description":"Optional: what the agent decided or did this turn."},"action":{"type":"string","description":"Optional: an action the agent took or checked."},"note":{"type":"string","description":"Optional: the end user's message as text."},"input_hash":{"type":"string","description":"Optional: a sha256:... hash of the user's message instead of the text."},"output_hash":{"type":"string","description":"Optional: a sha256:... hash of the agent's output."},"entry_type":{"type":"string","description":"Optional: node_consulted | action_checked | decision | note. Defaults to note."},"verify_nodes":{"type":"boolean","description":"Optional: pin each node in \"nodes\" to its current version + integrity hash (proof, not just a claim). No extra call charge."},"model":{"type":"string","description":"Optional: the model id/version that produced this decision (e.g. gpt-4o-2024-08-06)."},"subject_hash":{"type":"string","description":"Optional: a sha256:... hash of an end-user identifier for per-subject traceability. Hash only, never plaintext."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["run_id"]}},{"name":"seal_run","description":"Seal an open run into one signed Run Receipt covering every entry, with a public verify URL. Idempotent: sealing an already-sealed run returns the same receipt. Requires an active Bidda subscription: pass api_key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"run_id":{"type":"string","description":"The run_id to seal."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":["run_id"]}},{"name":"search_nodes","description":"Search Bidda compliance nodes by keyword. Returns matching node summaries including a one-sentence BLUF (Bottom Line Up Front): the exact compliance obligation in plain language. Every node traces to a primary legal source (no hallucination). Examples: \"Basel III capital\", \"GDPR data breach\", \"AML transaction monitoring\", \"SOC 2 Type II\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search terms, e.g. \"Basel III capital requirements\", \"GDPR data breach notification 72 hours\", \"FATF travel rule\""},"pillar":{"type":"string","description":"Optional: filter by pillar name, e.g. \"Banking & Global Finance\", \"Cybersecurity\", \"AI Governance & Law\", \"Medical & Healthcare\""},"limit":{"type":"number","description":"Max results (default 10, max 25)"}},"required":["query"]}},{"name":"watch_changes","description":"Subscribe to regulatory change alerts: watch specific rules and/or whole pillars and get notified by email or webhook when their primary source changes. Requires an active Bidda subscription: pass api_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"nodes":{"type":"array","items":{"type":"string"},"description":"node_ids to watch."},"pillars":{"type":"array","items":{"type":"string"},"description":"Pillar names to watch."},"channels":{"type":"object","description":"Delivery channels, for example { \"email\": true, \"webhook\": false }. Defaults to email."},"webhook_url":{"type":"string","description":"Required if the webhook channel is enabled."},"label":{"type":"string","description":"Optional name for the alert."},"api_key":{"type":"string","description":"Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts."}},"required":[]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-26T05:10:45.591Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T05:10:45.583Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 630ms"]},"poisoning":{"score":15,"max":15,"notes":["25 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 6 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://bidda.com/mcp","reachable":true,"authRequired":false,"latencyMs":630,"serverInfo":{"name":"bidda-compliance","version":"1.7.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.bidda.com/assets/bidda-logo.png","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}