mcp-crypto-asset-indexing-service
Facilitates programmatic acquisition of comprehensive digital collectible data and associated market intelligence via an external API gateway, enabling users to fetch essential asset descriptors, performance metrics, and analytical insights for token collections and individual non-fungible tokens. It supports deep dives into market dynamics and archival value tracking rooted in the Ethereum ledger system.
Author

everimbaq
Quick Info
Actions
Tags
NFTGo Protocol Gateway
This Model Context Protocol (MCP) server acts as an intermediary, routing standardized HTTP communications to the underlying NFTGo Developer API, adhering strictly to the published NFTGo API specifications.
Currently, operational scope is confined exclusively to the Ethereum ecosystem.
Core Functionalities
1. Digital Collectible Groupings - Retrieve Group Details: Secure metadata and aggregated statistics pertinent to specific NFT collections. - Enumerate Groups: Generate curated lists of NFT collections, complete with advanced sorting and constraint application capabilities.
2. Individual Digital Assets - Obtain Asset Specifics: Access granular documentation for unique NFTs, encompassing inherent metadata and current ownership records. - List Assets: Draw down inventories of NFTs based on criteria such as originating collection, custodial wallet, or intrinsic attribute sets.
3. Economic Indicators & Performance Review - Market Trajectory Modeling: Examine evolving market performance indicators and comparative metrics. - Historical Valuation Retrieval: Access chronologically ordered pricing information for both singular assets and entire collections. - Transactional Metrics: Fetch data detailing sales velocity and volume movement.
4. Custodial and Identity Probing - Wallet Contents Verification: Determine the portfolio holdings associated with specified blockchain addresses. - Chronology of Transactions: Review the complete ledger of transactional activity linked to wallets or specific assets.
5. Querying and Parameterized Retrieval - Sophisticated Search Mechanisms: Execute complex queries across the asset universe utilizing manifold filters and input parameters. - Attribute-Based Curation: Permit filtering operations based on defined intrinsic characteristics or traits.
6. Real-Time Event Synchronization - Event Subscriptions (Webhooks): Establish notification endpoints for immediate alerts upon specified state transitions or changes. - Live Data Streams: Interface with continuous feeds broadcasting current market activity and critical NFT lifecycle events.
Integration within Claude Desktop Environment
To integrate this protocol server successfully with your local Claude Desktop application, incorporate the following configuration structure within the mcpServers array in your claude_desktop_config.json file:
Execution Command
{
"mcpServers": {
"nftgo_gateway": {
"command": "npx",
"args": ["-y", "@nftgo/mcp-nftgo-api", "YOUR-NFTGO-SECRET-KEY"]
}
}
}
Ensure YOUR-NFTGO-SECRET-KEY is substituted with your valid API credential. A complimentary key can be provisioned via the developer portal at https://nftgo.io/developers.
Compilation Procedure
pnpm install
pnpm build
Licensing Status
This MCP component is distributed under the permissive MIT License. Users retain freedom to utilize, modify, and disseminate this software, subject only to the stipulations detailed in the MIT License document. Refer to the repository's LICENSE file for comprehensive terms.
