← Registry

Developer Tools

autonomylabsweb.tech

Provides tools for auditing website AI-agent readiness, generating llms.txt files, fetching storefront catalogs, and retrieving blockchain wallet snapshots.

3 endpoints18 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://www.autonomylabsweb.tech/api/mcp

No auth detected

MCP server metadata

Name
autonomy-x402-tools
Version
1.0.0
Capabilities
tools

Known tools 6

agent_site_audit

Pay-per-call (x402): audit ONE public site across eight AI-agent readiness surfaces (robots.

Potential side effects
agent_site_audit_5

Pay-per-call: audit 5 public sites at once for AI-agent readiness.

Potential side effects
storefront_catalog

Pay-per-call: storefront catalog + metrics payload (products list).

Potential side effects
generate_llms_txt

Pay-per-call (x402): generate a ready-to-ship llms.

Potential side effects
wallet_watch_snapshot

Pay-per-call (x402): Base wallet snapshot with up to 20 ERC-20 token balances and at most 10 recent transactions for one address.

Potential side effects
wallet_watch_pro

Pay-per-call (x402): Base wallet snapshot with up to 200 ERC-20 token balances and at most 100 recent transactions for one address.

Potential side effects

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.autonomy-x402-tools]
url = "https://www.autonomylabsweb.tech/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "autonomy-x402-tools": {
      "type": "http",
      "url": "https://www.autonomylabsweb.tech/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: autonomy-x402-tools
Remote MCP URL: https://www.autonomylabsweb.tech/api/mcp

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": {
    "autonomy-x402-tools": {
      "url": "https://www.autonomylabsweb.tech/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "autonomy-x402-tools": {
      "type": "http",
      "url": "https://www.autonomylabsweb.tech/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "autonomy-x402-tools",
  "transport": "streamable-http",
  "url": "https://www.autonomylabsweb.tech/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://site-wine-nu-93.vercel.app/api/mcp

No auth detected

MCP server metadata

Name
taskmarket-data
Version
1.0.0
Capabilities
tools

Known tools 3

tm_list_tasks

List open TaskMarket tasks (bounties/benchmarks/auctions) with reward, mode, deadline, submission demand.

Inferred read-only
tm_get_task

Full details of one TaskMarket task by ID: reward, mode, deadline, acceptance criteria, demand.

Inferred read-only
tm_task_submissions

List submissions of one TaskMarket task by ID: workers, ratings, artifacts.

Inferred read-only

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.taskmarket-data]
url = "https://site-wine-nu-93.vercel.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "taskmarket-data": {
      "type": "http",
      "url": "https://site-wine-nu-93.vercel.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: taskmarket-data
Remote MCP URL: https://site-wine-nu-93.vercel.app/api/mcp

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": {
    "taskmarket-data": {
      "url": "https://site-wine-nu-93.vercel.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "taskmarket-data": {
      "type": "http",
      "url": "https://site-wine-nu-93.vercel.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "taskmarket-data",
  "transport": "streamable-http",
  "url": "https://site-wine-nu-93.vercel.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://www.autonomylabsweb.tech/api/mcp-www

No auth detected

MCP server metadata

Name
autonomy-x402-tools
Version
1.0.0
Capabilities
tools

Known tools 9

agent_site_audit

Paid via standard x402 v1 (USDC on Base): audit ONE public site across eight AI-agent readiness surfaces (robots.

Inferred read-only
agent_site_audit_5

Pay-per-call: audit 5 public sites at once for AI-agent readiness.

Potential side effects
storefront_catalog

Pay-per-call: storefront catalog + metrics payload (products list).

Potential side effects
generate_llms_txt

Paid via standard x402 v1 (USDC on Base): generate a ready-to-ship llms.

Inferred read-only
wallet_watch_snapshot

Paid via standard x402 v1 (USDC on Base): Base wallet snapshot with up to 20 ERC-20 token balances and at most 10 recent transactions for one address.

Inferred read-only
wallet_watch_pro

Paid via standard x402 v1 (USDC on Base): Base wallet snapshot with up to 200 ERC-20 token balances and at most 100 recent transactions for one address.

Inferred read-only
crypto_price

Pay-per-call via standard x402 v1 (USDC on Base): live crypto prices (USD) for a comma-separated list of CoinGecko coin ids, e.

Potential side effects
web_fetch

Pay-per-call via standard x402 v1 (USDC on Base): fetch any public URL and return status, content-type and body.

Potential side effects
starter_pack

Pay-per-call via standard x402 v1 (USDC on Base): the AI-Agent Starter Pack - x402 endpoint catalog with copy-paste curl, plus an 8-point agent-readiness checklist.

Potential side effects

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.autonomy-x402-tools]
url = "https://www.autonomylabsweb.tech/api/mcp-www"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "autonomy-x402-tools": {
      "type": "http",
      "url": "https://www.autonomylabsweb.tech/api/mcp-www"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: autonomy-x402-tools
Remote MCP URL: https://www.autonomylabsweb.tech/api/mcp-www

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": {
    "autonomy-x402-tools": {
      "url": "https://www.autonomylabsweb.tech/api/mcp-www"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "autonomy-x402-tools": {
      "type": "http",
      "url": "https://www.autonomylabsweb.tech/api/mcp-www"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "autonomy-x402-tools",
  "transport": "streamable-http",
  "url": "https://www.autonomylabsweb.tech/api/mcp-www"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.