0.2.45npm · @seitrace/mcp · latest release
Observed 2026-08-18T03:28:38.905Z using mcpSecurity-inventory. Protocol 2025-06-18.
| Tool | Category | Risk |
|---|---|---|
get_resource_action_schemaGet the JSON Schema for a specific resource action (step 3 - REQUIRED before invoking). This reveals the exact parameter names, types, and requirements. Always call this before invoke_resource_action.Input schema{
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"action": {
"type": "string"
}
},
"required": [
"resource",
"action"
],
"additionalProperties": false,
"description": "Provide resource and action from previous steps."
} | — | — |
get_resource_action_snippetGenerate a code snippet to perform a resource action in the specified language (optional tool for developers). Shows how to call the action with the required parameters. Useful for integrating Seitrace API calls into your own applications.Input schema{
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"action": {
"type": "string"
},
"language": {
"type": "string"
},
"payload": {
"type": "object",
"additionalProperties": true,
"description": "Optional example payload for snippet generation (e.g., rpc_method, params, endpoint)."
}
},
"required": [
"resource",
"action",
"language"
],
"additionalProperties": false,
"description": "Provide resource, action, and target language. Supported languages: c, clojure, cplusplus, csharp, http, go, java, javascript, json, kotlin, node, objectivec, ocaml, php, powershell, python, r, ruby, shell, swift"
} | — | — |
invoke_resource_actionInvoke a resource action with the exact payload structure (step 4 - final step). IMPORTANT: You must first call get_resource_action_schema to determine the correct payload structure. Parameter names from action descriptions may differ from actual schema requirements.Input schema{
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"action": {
"type": "string"
},
"payload": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"resource",
"action",
"payload"
],
"additionalProperties": false,
"description": "Provide resource, action, and payload object matching the schema from get_resource_action_schema."
} | — | — |
list_resource_actionsList available actions for a given resource (step 2). Each action will show a brief description, but you MUST use get_resource_action_schema to see the exact parameter requirements before invoking.Input schema{
"type": "object",
"properties": {
"resource": {
"type": "string",
"description": "Resource name from list_resources output."
}
},
"required": [
"resource"
],
"additionalProperties": false,
"description": "Provide the resource name."
} | — | — |
list_resourcesList available resources for Sei blockchain analysis (e.g., insights_erc20, insights_erc721, insights_native, insights_erc1155, smart_contract, general). This is the first step - start here to discover available resources.Input schema{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false,
"description": "No arguments required."
} | — | — |
Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: e6f1e37288f121ce604b8fca2d549788648dd5e00e28e55c9f1564944d469218
Scanner: mcp-proof-engine 0.1.0.