Skip to main content
Glama

Stampchain MCP Server

Official

analyze_stamp_code

Parse JavaScript code, resolve dependencies, and detect patterns in recursive stamps to enable detailed structural and functional analysis, including security and performance insights.

Instructions

Analyze the code structure and dependencies of a recursive stamp, including JavaScript parsing, dependency resolution, and pattern detection

Input Schema

NameRequiredDescriptionDefault
include_dependenciesNoWhether to analyze referenced stamps
include_performance_analysisNoWhether to include performance analysis
include_raw_contentNoWhether to include raw stamp content in response
include_security_analysisNoWhether to include security analysis
max_depthNoMaximum depth for dependency analysis
stamp_idYesThe ID or CPID of the stamp to analyze

Input Schema (JSON Schema)

{ "properties": { "include_dependencies": { "default": true, "description": "Whether to analyze referenced stamps", "type": "boolean" }, "include_performance_analysis": { "default": true, "description": "Whether to include performance analysis", "type": "boolean" }, "include_raw_content": { "default": false, "description": "Whether to include raw stamp content in response", "type": "boolean" }, "include_security_analysis": { "default": true, "description": "Whether to include security analysis", "type": "boolean" }, "max_depth": { "default": 3, "description": "Maximum depth for dependency analysis", "maximum": 10, "minimum": 1, "type": "number" }, "stamp_id": { "description": "The ID or CPID of the stamp to analyze", "type": [ "number", "string" ] } }, "required": [ "stamp_id" ], "type": "object" }
Install Server

Other Tools from Stampchain MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stampchain-io/stampchain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server