MCP compliance catalog

Every MCP tool in the SCOPE compliance index, grouped by server — risk posture, regulatory exposure, and the tools that warrant tighter governance.
303MCP servers
4476tools
Reset 303 of 303 servers
Magic Patterns
23 tools · footprint 28
2 high 8 med 13 low
WordPress.com
19 tools · footprint 28
3 high 6 med 10 low COSOSOX
Grain
15 tools · footprint 27
1 high 10 med 4 low
Oracle NetSuite
11 tools · footprint 27
3 high 3 med 5 low COSOSOX
Databricks
5 tools · footprint 26
1 critical 2 high 2 med COSOSOX
Lusha
22 tools · footprint 26
1 critical 6 high 15 low
Outlook Mail
10 tools · footprint 26
6 high 4 med
Airwallex Developer MCP
18 tools · footprint 25
1 critical 8 med 9 low COSOGLBA+3 more
Calendly
22 tools · footprint 25
15 med 7 low
Metabase
13 tools · footprint 25
1 critical 4 high 8 low
Atlassian Rovo
54 tools · footprint 24
13 med 41 low
Cognito Forms
9 tools · footprint 24
2 high 6 med 1 low HIPAA
Local Falcon
25 tools · footprint 24
1 high 9 med 15 low
ZoomInfo
15 tools · footprint 24
5 high 4 med 6 low
Braze
40 tools · footprint 23
1 high 5 med 34 low COSOSOX
Glean
11 tools · footprint 23
3 high 7 med 1 low
‹ PrevPage 5 of 19Next ›
Blockscout
1 med 15 low · 16 tools · 0 SoD-flagged
regimes none

Tools needing tighter control (0 of 16)

None — every tool is low-risk, high-confidence, and outside PCI/HIPAA payload scope.
All other tools (16)
blockscout.__unlock_blockchain_analysis__ low conf highallow
Returns server reference data and the analysis-skill pointer for a session; a mandatory read-only initialization step with no state change.
blockscout.direct_api_call medium conf mediumaudit
Issues an arbitrary raw call to any Blockscout REST endpoint, giving broad unscoped read access to the explorer's public data surface including paginated bulk results.
blockscout.get_address_by_ens_name low conf highallow
Resolves an ENS domain to its on-chain address using public registry data; read-only lookup with no state change.
blockscout.get_address_info low conf highallow
Returns comprehensive public information about an address including native balance, first-transaction age, and ENS association.
blockscout.get_block_info low conf highallow
Reads public block metadata such as timestamp, gas used, burnt fees, and transaction count for a given block; no state change.
blockscout.get_block_number low conf highallow
Resolves a block height for a given date or the current chain tip from public chain data; read-only.
blockscout.get_chains_list low conf highallow
Returns the registry of supported blockchain chains and their chain IDs; read-only reference lookup.
blockscout.get_contract_abi low conf highallow
Returns a verified contract's public ABI describing its functions, events, and parameters; read-only metadata lookup.
blockscout.get_token_transfers_by_address low conf highallow
Returns an address's ERC-20 token transfer history from public chain data, exposing its token movement over a time range.
blockscout.get_tokens_by_address low conf highallow
Returns an address's ERC-20 holdings enriched with market data from public chain data, exposing its token portfolio and balances.
blockscout.get_transaction_info low conf highallow
Returns enriched public details for a transaction including decoded inputs, token transfers, and fee breakdown; read-only.
blockscout.get_transactions_by_address low conf highallow
Returns an address's native-currency transfers and smart-contract interactions from public chain data, revealing its on-chain activity history.
blockscout.inspect_contract_code low conf highallow
Returns a verified contract's public source code or metadata; read-only inspection with no state change.
blockscout.lookup_token_by_symbol low conf highallow
Searches public token metadata to resolve a symbol or name to candidate contract addresses; read-only lookup.
blockscout.nft_tokens_by_address low conf highallow
Returns NFT holdings owned by an address grouped by collection from public chain data, exposing its NFT portfolio.
blockscout.read_contract low conf highallow
Calls a contract view/pure function or simulates a call via eth_call and returns the decoded result without altering chain state.