AgentMarketMCP / SKILL 资产档案馆

目录 / Bytecode Intelligence

MCP 鉴权未知 未评级 已上架

Bytecode Intelligence

Classify EVM smart contract bytecode as mixer, DEX, token, proxy, bridge, staking contract, or NFT — with a confidence score. Works on Ethereum, BSC, Polygon, Arbitrum, Optimism, Base, Avalanche, and all EVM-compatible chains. No API key required.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://bytecode-intelligence--byteco.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Bytecode Intelligence": {
      "url": "https://bytecode-intelligence--byteco.run.tools"
    }
  }
}

能力清单

工具说明
analyze_bytecodeClassifies EVM smart contract bytecode and returns a risk label (mixer, erc20, erc721, proxy, dex, bridge, staking, unknown) with confidence score.
get_selectorsExtracts function selectors (4-byte signatures) from EVM bytecode using PUSH4+EQ pattern matching.
get_metadataExtracts Solidity compiler metadata from bytecode tail (CBOR-encoded): IPFS hash and solc version.
get_similarityComputes cosine similarity between two EVM bytecodes based on opcode frequency histograms. Returns score 0–1 and interpretation.
get_riskAnalyzes EVM bytecode for security risks: selfdestruct, delegatecall, create2, and ML-based contract classification. Returns a risk score 0–100 and risk level.
get_token_priceFetches the current USD price of a token by contract address or CoinGecko coin ID (e.g. 'ethereum', 'bitcoin'). Includes 24h change.
check_security_reportFull security analysis of a bytecode string: ML classification, opcode risk flags, function selector audit, risk score 0-100, and an LLM-generated professional assessment.
list_monitorsLists every persistent monitor on the caller's account, with its target, conditions, active/paused status, and last-fired time.
create_monitorCreates a persistent monitor that watches an address (or every address in a tag) and fires an alert when a condition is met. Evaluated every block (or on a schedule for peg_deviation).
update_monitorPauses, resumes, renames, or changes the notification channel of an existing monitor. Get the monitor_id from list_monitors.
delete_monitorPermanently deletes a monitor and its event history. Get the monitor_id from list_monitors.
list_eventsLists alerts fired by the caller's monitors, most recent first, and whether a webhook was delivered.
list_activityLists the audit trail of create/update/pause/delete actions taken on the caller's account (monitors, addresses, tags, keys).
list_addressesLists every address in the caller's address book, with its labels and tags.
create_addressAdds an address to the caller's address book, optionally labeled and assigned to existing tags.
delete_addressRemoves an address from the caller's address book. Get the address_id from list_addresses.
list_tagsLists every tag the caller has created, with its member addresses and the monitors targeting it.
create_tagCreates a new tag for grouping addresses — point a monitor at a tag to watch every address in it at once.
delete_tagDeletes a tag. Refused if any monitor still targets it. Get the tag_id from list_tags.
list_channelsLists every notification channel (webhook or Telegram) on the caller's account, with which monitors use each one.
create_channelCreates a reusable notification channel — attach the returned id to one or more monitors (create_monitor/update_monitor's channel_id) instead of repeating delivery details per monitor.
delete_channelDeletes a notification channel. Refused if any monitor still uses it. Get the channel_id from list_channels.
test_channelSends a real test alert through a channel's actual delivery path (signed webhook POST, or Telegram message) and reports whether it succeeded — use this to verify a channel is configured correctly. Get the channel_id from list_channels.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。