Developer Tools
autonomylabsweb.tech
Provides tools for auditing website AI-agent readiness, generating llms.txt files, fetching storefront catalogs, and retrieving blockchain wallet snapshots.
ENDPOINT 1
https://www.autonomylabsweb.tech/api/mcp
MCP server metadata
- Name
- autonomy-x402-tools
- Version
- 1.0.0
Known tools 6
agent_site_auditPay-per-call (x402): audit ONE public site across eight AI-agent readiness surfaces (robots.
Potential side effectsagent_site_audit_5Pay-per-call: audit 5 public sites at once for AI-agent readiness.
Potential side effectsstorefront_catalogPay-per-call: storefront catalog + metrics payload (products list).
Potential side effectswallet_watch_snapshotPay-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 effectswallet_watch_proPay-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 effectsCONNECT 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
MCP server metadata
- Name
- taskmarket-data
- Version
- 1.0.0
Known tools 3
tm_list_tasksList open TaskMarket tasks (bounties/benchmarks/auctions) with reward, mode, deadline, submission demand.
Inferred read-onlytm_get_taskFull details of one TaskMarket task by ID: reward, mode, deadline, acceptance criteria, demand.
Inferred read-onlytm_task_submissionsList submissions of one TaskMarket task by ID: workers, ratings, artifacts.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- autonomy-x402-tools
- Version
- 1.0.0
Known tools 9
agent_site_auditPaid via standard x402 v1 (USDC on Base): audit ONE public site across eight AI-agent readiness surfaces (robots.
Inferred read-onlyagent_site_audit_5Pay-per-call: audit 5 public sites at once for AI-agent readiness.
Potential side effectsstorefront_catalogPay-per-call: storefront catalog + metrics payload (products list).
Potential side effectsgenerate_llms_txtPaid via standard x402 v1 (USDC on Base): generate a ready-to-ship llms.
Inferred read-onlywallet_watch_snapshotPaid 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-onlywallet_watch_proPaid 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-onlycrypto_pricePay-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 effectsweb_fetchPay-per-call via standard x402 v1 (USDC on Base): fetch any public URL and return status, content-type and body.
Potential side effectsstarter_packPay-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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.