Skip to main content
Glama
digitalassetscan

digitalassetscan-mcp

Official

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.whl

Generic 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.

A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps 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
  • F
    license
    C
    quality
    C
    maintenance
    Provides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.
    38
    31
    7

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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