digitalassetscan-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@digitalassetscan-mcpAnalyze bitcoin and poll the analysis job until complete."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Digital Asset Scan MCP
digitalassetscan-mcp is a lightweight stdio Model Context Protocol adapter
for the public Digital Asset Scan API. Digital Asset Scan is the product; CAI
is its analytical engine and methodology.
The package exposes four tools: analyze_asset, get_analysis_job,
list_assets, and get_methodology. It contains no analytical or blockchain
RPC implementation, stores no responses, needs no credentials, and has no
third-party runtime dependencies. It requires outbound HTTPS access to
https://api.digitalassetscan.org.
Analysis admission is asynchronous. Use get_analysis_job to poll an admitted
job to a terminal operational state. Analytical UNKNOWN and UNRESOLVED
states are valid results, not MCP transport failures. Score is currently
withheld because no validated scoring construct is published; Confidence is
reported independently when valid.
This source tree can be built and installed in an isolated environment. Public PyPI publication has not occurred:
python -m build
python -m venv /tmp/digitalassetscan-mcp-venv
/tmp/digitalassetscan-mcp-venv/bin/python -m pip install dist/digitalassetscan_mcp-0.1.0-py3-none-any.whlGeneric stdio client configuration after installation:
{
"mcpServers": {
"digitalassetscan": {
"command": "digitalassetscan-mcp",
"args": []
}
}
}The process reads one JSON-RPC message per line from stdin and writes only MCP
JSON-RPC framing to stdout. Closing stdin shuts it down. Analysis admission is
asynchronous: poll the returned job with get_analysis_job until terminal.
Results are neutral analytical evidence for informational use, not investment
advice or a prediction of asset quality, safety, merit, price, or future
performance.
Digital Asset Scan MCP is released under the MIT License. Copyright (c) 2026 CurrenC Corporation.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceWraps the ScanMalware.com API to enable phishing triage, malware scanning, and certificate inspection through natural language, allowing users to submit scans, retrieve results, and analyze threats via MCP tools.Apache 2.0- FlicenseCqualityCmaintenanceProvides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.38317
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive access to the ResourceSpace Digital Asset Management API through MCP tools, resources, and workflow prompts, enabling asset management, search, collections, metadata, and administrative operations.131MIT
- AlicenseAqualityCmaintenanceEnables policy-first defensive security operations for MCP, providing repository and web-security analysis with controlled authorization, scoped execution, and auditability.9MIT
Related MCP Connectors
A paid remote MCP for developer endpoint scanner MCP, built to return verdicts, receipts, usage logs
Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history.
Data.gov MCP — wraps Data.gov CKAN API (catalog.data.gov/api/3)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/digitalassetscan/digitalassetscan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server