MCP Demo Server

Provides authentication and data query services for AI agents via the MCP protocol, including wallet verification and agent scoring.
  • python

0

GitHub Stars

python

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "quan3xin-agentgo-mcp-service": {
      "command": "python3",
      "args": [
        "gentgo_mcp_service.py"
      ],
      "env": {
        "AGENT_ADDRESS": "0x39a39981bF87EE0e8E9D6434A56f00758c9666f0"
      }
    }
  }
}

Available tools

trustgo_login

Execute login verification with blockchain wallet

query_sigma_score

Query agent Sigma score and capability metrics

query_price_bubble

Get price bubble chart data for market visualization

query_sigma_score_bubble

Get score bubble chart data for agent analysis

query_market_share_bubble

Get market share bubble chart data with time options

apply_sigma_certification

Apply for Sigma certification (personal or proxy)

basic_login_flow

Complete authentication process with wallet verification

query_agent_score

Get detailed agent performance metrics and ratings

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
MCP Demo Server MCP Server - quan3xin/agentgo-mcp-service | VeilStrat