← zeodyn.com
INDIVIDUAL MCP TOOL
get_account
Get your account details including current subscription tier, usage, and limits.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zeodyn-com]
url = "https://zeodyn.com/api/mcp/scanner"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zeodyn-com": {
"type": "http",
"url": "https://zeodyn.com/api/mcp/scanner"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zeodyn-com
Remote MCP URL: https://zeodyn.com/api/mcp/scanner
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zeodyn-com": {
"url": "https://zeodyn.com/api/mcp/scanner"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zeodyn-com": {
"type": "http",
"url": "https://zeodyn.com/api/mcp/scanner"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zeodyn-com",
"transport": "streamable-http",
"url": "https://zeodyn.com/api/mcp/scanner"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_website— Scan any public website for AI agent commerce readiness.get_scan_results— Retrieve results for a previous scan by ID.list_scans— List your recent scans with scores and dates.get_plans— Get available Zeodyn™ subscription plans with pricing and features.list_watched_sites— List your monitored sites with their latest scores.add_watched_site— Add a website to your watch list for score monitoring.compare_sites— Compare Zeodyn Scores™ across multiple sites.