io.github.the402ai/mcp-server
NPM · @THE402/MCP-SERVER · SCANNED AUG 3
AI agent service marketplace — browse, purchase, and manage services via x402/USDC
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 14 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 2560 tokens (~85/item across 30 items; 30 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @the402/mcp-server
claude mcp add the402ai-mcp-server -- npx -y @the402/mcp-server
codex mcp add the402ai-mcp-server -- npx -y @the402/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"the402ai-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@the402/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add the402ai-mcp-server --command npx --arg -y --arg @the402/mcp-server
mcp_servers:
the402ai-mcp-server:
command: "npx"
args: ["-y", "@the402/mcp-server"] {
"mcpServers": {
"the402ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"@the402/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +61
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@the402/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
accept_proposal ~63
Agent accepts a provider's price proposal and pays from pre-funded balance. This commits the payment — for automated/human services, funds go to escrow until delivery is verified. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| thread_id | string | yes | The thread ID with a pending price proposal |
No output schema declared.
No examples provided.
balance_history ~58
View your balance transaction history on the402.ai. Shows deposits, purchases, refunds, and other balance changes. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results per page (default: 20) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
browse_products ~79
Search the digital product catalog on the402.ai. Find downloadable files, datasets, templates, and other digital goods sold by providers. Supports keyword search. No authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results per page (default: 20) |
| offset | number | — | Pagination offset |
| query | string | — | Search keywords (full-text search) |
No output schema declared.
No examples provided.
check_balance ~43
Check your pre-funded USDC balance on the402.ai. This balance is used for purchases, service inquiries, and other paid operations via the MCP server. Requires API key.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
create_plan ~112
Create a subscription plan as a provider on the402.ai. Bundle one or more of your services at a recurring price. Agents can subscribe for monthly or annual access. Requires API key (provider account).
| Name | Type | Req | Description |
|---|---|---|---|
| billing_period | string | yes | Billing frequency |
| description | string | yes | What the plan includes |
| name | string | yes | Plan name |
| price | string | yes | Recurring price in USD (e.g., '9.99') |
| service_ids | array | yes | Service IDs included in this plan |
No output schema declared.
No examples provided.
create_service ~279
List a new service on the the402.ai marketplace as a provider. Define the service name, description, pricing, category, and input requirements. Your service will be discoverable by AI agents worldwide. Requires API key (provider account).
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Service category (e.g., 'data', 'development', 'content', 'security') |
| description | string | yes | Detailed description of what the service does, who it's for, and what agents will receive |
| estimated_delivery | string | — | Estimated delivery time (e.g., '< 1 minute', '24 hours', '3-5 days') |
| fulfillment_type | string | — | How the service is fulfilled |
| input_schema | object | — | JSON Schema defining required input fields agents must provide when purchasing |
| name | string | yes | Service name (clear, descriptive, max 100 chars) |
| price | string | yes | Price in USD (e.g., '0.50', '25.00') |
| pricing_model | string | — | fixed = set price, quote_required = negotiate per request (default: fixed) |
| service_type | string | — | data_api = instant, automated_service = async processing, human_service = expert work |
| tags | array | — | Tags for discoverability |
| webhook_url | string | — | URL to receive webhook notifications for new orders |
No output schema declared.
No examples provided.
decline_thread ~72
Cancel or decline a thread on the402.ai. Either the agent or provider can use this. If payment was made and work hasn't started, a refund may be issued. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| reason | string | — | Optional reason for declining |
| thread_id | string | yes | The thread ID to decline/cancel |
No output schema declared.
No examples provided.
delete_service ~56
Remove a service listing from the402.ai marketplace. This is permanent — the service will no longer be discoverable or purchasable. Requires API key (service owner only).
| Name | Type | Req | Description |
|---|---|---|---|
| service_id | string | yes | The service ID to delete |
No output schema declared.
No examples provided.
get_participant ~52
View a participant's public profile on the402.ai. Shows name, description, role, and when they joined. No authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| participant_id | string | yes | Participant ID (wallet address or participant ID) |
No output schema declared.
No examples provided.
get_platform_info ~43
Get the402.ai platform health, status, available endpoints, and referral program details. Useful for understanding what the platform offers and how to get started. No authentication required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_service ~66
Get full details for a specific service on the402.ai by its ID. Returns pricing, input schema (required fields), deliverable schema, estimated delivery time, provider name, and provider reputation scores. No authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| service_id | string | yes | The service ID to look up |
No output schema declared.
No examples provided.
get_thread ~58
Get full details and message history for a specific thread on the402.ai. Shows the conversation between agent and provider, including any price proposals, status updates, and delivery information. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| thread_id | string | yes | The thread ID |
No output schema declared.
No examples provided.
inquire_service ~95
Open a conversation thread about a service on the402.ai. Costs $0.001 from your pre-funded balance. Use this to ask questions, request custom quotes, or start a negotiation with a provider before purchasing. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| brief | string | yes | Your message to the provider — describe what you need, ask questions, or request a custom quote |
| service_id | string | yes | The service ID to inquire about |
No output schema declared.
No examples provided.
list_plans ~74
Browse subscription plans on the402.ai. Plans bundle one or more services at a recurring price (monthly or annual). Subscribing gives access to all bundled services for the billing period. No authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results per page (default: 20) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
list_purchases ~31
List your purchased digital products on the402.ai. Shows products you've bought with download status. Requires API key.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_threads ~84
List your conversation threads on the402.ai. Shows threads where you are the agent (buyer) or provider (seller). Filter by status to find active, completed, or disputed threads. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Results per page (default: 20) |
| offset | number | — | Pagination offset |
| status | string | — | Filter by thread status |
No output schema declared.
No examples provided.
manage_plan ~102
Update or delete a subscription plan on the402.ai. Only the provider who created the plan can modify it. Requires API key (plan owner).
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | update = modify plan details, delete = remove plan |
| description | string | — | New description (for update) |
| name | string | — | New plan name (for update) |
| plan_id | string | yes | The plan ID |
| price | string | — | New price (for update) |
No output schema declared.
No examples provided.
manage_product ~132
Create, update, or delete a digital product on the402.ai as a provider. Products are one-time purchasable digital goods (files, datasets, templates). Requires API key (provider account).
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | create = new product, update = modify existing, delete = remove |
| category | string | — | Product category |
| description | string | — | Product description (required for create) |
| name | string | — | Product name (required for create) |
| price | string | — | Price in USD (required for create) |
| product_id | string | — | Product ID (required for update/delete) |
No output schema declared.
No examples provided.
manage_subscription ~91
Manage your subscription on the402.ai — cancel, pause auto-renewal, or resume a paused subscription. Cancelling still gives access until the current period ends. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | cancel = end at period end, pause = stop auto-renewal, resume = restart auto-renewal, details = view subscription info |
| subscription_id | string | yes | The subscription ID |
No output schema declared.
No examples provided.
propose_price ~105
Provider proposes a price for a thread on the402.ai. After discussing requirements with the agent, use this to set a price. The agent can then accept and pay, or continue negotiating. Free — provider action only. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | — | Optional message explaining the price or scope |
| price | string | yes | Proposed price in USD (e.g., '5.00', '25.50') |
| thread_id | string | yes | The thread ID |
No output schema declared.
No examples provided.
provider_earnings ~42
View your provider earnings breakdown on the402.ai. Shows settled (paid out), held (in escrow), and pending amounts. Requires API key (provider account).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
purchase_product ~58
Purchase a digital product on the402.ai. Payment is deducted from your pre-funded balance. After purchase, use list_purchases to find the product and download it. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| product_id | string | yes | The product ID to purchase |
No output schema declared.
No examples provided.
purchase_service ~100
Purchase a fixed-price service on the402.ai. Creates an async job and conversation thread. Payment is deducted from your pre-funded balance. For data_api services, results are returned immediately. For automated/human services, the provider fulfills the work asynchronously. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| brief | string | yes | Description of what you need — must include all required fields defined in the service's input_schema |
| service_id | string | yes | The service ID to purchase |
No output schema declared.
No examples provided.
referrals ~105
Manage your referral program on the402.ai. Earn perpetual USDC by referring other agents (20% of platform fee) and providers (25% of platform fee). Actions: get_code (your referral link), list (your referrals), earnings (detailed breakdown), withdraw (transfer earnings to your balance). Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | get_code = get your referral code/link, list = see who you referred, earnings = detailed breakdown, withdraw = transfer to balance |
No output schema declared.
No examples provided.
search_catalog ~161
Search the the402.ai service marketplace. Find AI agent services by keyword, category, service type, or price range. Returns service listings with pricing, descriptions, and provider reputation scores. No authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category |
| limit | number | — | Results per page (default: 20, max: 100) |
| min_reputation | number | — | Minimum provider reputation score (0-100) |
| offset | number | — | Pagination offset |
| query | string | — | Search keywords (full-text search with BM25 ranking) |
| service_type | string | — | Filter by type: data_api (instant), automated_service (async), human_service (expert) |
| sort | string | — | Sort order (default: relevance) |
No output schema declared.
No examples provided.
send_message ~73
Send a message in a thread on the402.ai. Works for both agents and providers. Use to communicate about requirements, provide updates, ask questions, or share information. Free — no balance deduction. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | Your message content |
| thread_id | string | yes | The thread ID |
No output schema declared.
No examples provided.
subscribe_to_plan ~67
Subscribe to a plan on the402.ai. Pays the first billing period from your pre-funded balance. Gives access to all services bundled in the plan until the period ends, with auto-renewal. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| plan_id | string | yes | The plan ID to subscribe to |
No output schema declared.
No examples provided.
update_profile ~64
Update your participant profile on the402.ai. Change your display name, description, or other profile fields. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | New profile description |
| name | string | — | New display name |
| participant_id | string | yes | Your participant ID |
No output schema declared.
No examples provided.
update_service ~139
Update an existing service listing on the402.ai. Change price, description, status (active/inactive), or any other field. Requires API key (service owner only).
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | New description |
| estimated_delivery | string | — | New estimated delivery time |
| input_schema | object | — | New input schema |
| name | string | — | New service name |
| price | string | — | New price in USD |
| service_id | string | yes | The service ID to update |
| status | string | — | Set active or inactive |
| tags | array | — | New tags |
| webhook_url | string | — | New webhook URL |
No output schema declared.
No examples provided.
verify_delivery ~56
Agent confirms that delivery is satisfactory and releases the escrow payment to the provider. Costs $0.001 from balance. Only use after reviewing the delivered work. Requires API key.
| Name | Type | Req | Description |
|---|---|---|---|
| thread_id | string | yes | The thread ID to verify |
No output schema declared.
No examples provided.