General Tools
wiselyenterprisesllc.com
Provides an onboarding guide and documentation for using the server.
ENDPOINT 1
https://payments.wiselyenterprisesllc.com/ai/mcp
MCP server metadata
- Name
- x402-agent-payment-infrastructure
- Version
- 2.1.8
Known tools 65
readmeReturn the MCP-native README/playbook summary with docs links, workflows, safety rules, and recommended next calls.
Inferred read-onlywisely_local_commerce_bridge_setupCall this when a user wants DoorDash or another merchant flow to run from their own local browser instead of Wisely's server.
Inferred read-onlysetup_local_commerce_bridgePlain-English alias for wisely_local_commerce_bridge_setup.
Inferred read-onlysetup_local_wallet_bridgeAlias for wisely_local_commerce_bridge_setup focused on local wallet signing and proof storage.
Inferred read-onlywisely_install_profileReturn portable install metadata for OpenClaw, Hermes-style agents, Codex/CLI agents, MCP clients, and Bankr-style skill registries.
Inferred read-onlywisely_doctorReturn public-safe endpoint wiring, discovery, and verifier readiness checks.
Inferred read-onlyx402_rail_statusReturn proof-based readiness for Base, Solana, XRPL, Stellar, LINK, conversion, and scale gates.
Inferred read-onlyx402_integration_statusReturn combined MCP, hosted endpoint, provider-method, rail, conversion, receipt, and alert readiness for outside agents.
Inferred read-onlyx402_alert_statusReturn public-safe alerting status and recent rail/provider operational notices.
Inferred read-onlyx402_state_statusReturn public-safe durable-state status, migration metadata, DB counts, and JSON compatibility status.
Inferred read-onlyx402_worker_statusReturn public-safe maintenance worker status for reconciliation, alerts, and state migration checks.
Inferred read-onlyx402_proof_cache_statusReturn the latest cached public proof bundle for Base, Solana, manifests, receipts, and reconciliation.
Inferred read-onlyx402_seller_report_statusReturn public-safe seller report freshness and totals without private payout secrets.
Inferred read-onlyx402_signer_statusReturn public-safe signer gateway/custody status and KMS/HSM migration readiness for the Base facilitator relayer.
Inferred read-onlyx402_wallet_handoffCreate a short-lived hosted wallet signing session for ChatGPT/MCP clients.
Potential side effectsx402_quote_conversionQuote a live executable conversion from the caller's crypto into required Base USDC x402 settlement.
Inferred read-onlyx402_conversion_assetsList supported and planned input assets for the Wisely casa de cambio conversion handoff layer.
Inferred read-onlyx402_conversion_routes_statusReturn the current executable and planned conversion route status matrix.
Inferred read-onlyx402_invoke_serviceInvoke a paid service through /ai/invoke with x402 proof or developer credit.
Inferred read-onlyx402_purchase_creditsCreate or top up reusable developer credits through x402.
Potential side effectsx402_quote_externalProbe a third-party x402 seller URL or accept pasted paymentRequirements, then quote how to satisfy it from the caller's crypto.
Inferred read-onlyx402_rye_commerce_handoffReturn the Rye x402 checkout-intent flow for commerce URL checkout attempts, including DoorDash-via-Rye caveats, quote examples, and final-confirmation approval rules.
Inferred read-onlyx402_gift_card_commerce_statusReturn the gift-card-funded commerce lane status, provider readiness, DoorDash disabled gate, pricing/reserve policy, and safe setup steps.
Inferred read-onlyx402_gift_card_discover_optionsSearch Bitrefill-supported gift-card merchants by category or query, returning product IDs, countries, stock, minimums, maxes, custom/fixed denomination data, and quote endpoints.
Inferred read-onlyx402_gift_card_merchant_quoteQuote any Bitrefill-supported merchant gift-card purchase after product details are fetched, using $0.
Potential side effectsx402_gift_card_commerce_quoteQuote a gift-card-funded merchant purchase with a $0.
Potential side effectsx402_doordash_gift_card_processReturn or run the full DoorDash gift-card-funded quote flow: cart totals, Bitrefill custom range, $15 minimum, crypto conversion/gas, $0.
Inferred read-onlyx402_gift_card_asset_ledger_handoffExplain the admin-only encrypted gift-card asset ledger for residual balances and redemption material.
Inferred read-onlyx402_gift_card_commerce_intentCreate a public-safe gift-card commerce intent record for follow-through/status streaming without storing full address, password, or redemption-code secrets.
Potential side effectswisely_creator_catalog_listList public creator catalogs that expose approved lessons, worksheets, and paid tools to AI agents.
Inferred read-onlywisely_creator_catalog_searchSearch a creator catalog for the best approved free, subscriber, or paid item for a user's situation.
Inferred read-onlywisely_creator_catalog_recommendRecommend the next creator-catalog action for a subscriber situation, including fetch instructions or paid endpoint 402 probe instructions.
Inferred read-onlywisely_creator_onboarding_previewPreview a creator catalog import from Markdown, CSV, JSON, or item arrays.
Inferred read-onlywisely_creator_onboarding_handoffExplain how to publish creator catalogs with entitlement rules, paid actions, and builder-key controlled paid endpoint creation.
Potential side effectsx402_dashboard_statusReturn public dashboard telemetry for traffic, receipts, fees, and endpoint usage.
Inferred read-onlyx402_endpoint_create_handoffReturn endpoint-factory instructions for builder registration, create/update/pause/resume/delete/logs/secrets, CLI deploy, browser console, and request-response handlers.
Potential side effectswisely_endpoint_handoffReturn portable endpoint-factory instructions and buyer handoff guidance for agents that create or manage paid x402 endpoints.
Potential side effectsx402_builder_registerRegister for a builder key through x402, developer credit, or admin issue; returned key controls only that builder's endpoints.
Inferred read-onlywisely_builder_statusRead builder account and owned endpoint status with a saved builder key.
Inferred read-onlyx402_builder_revenueRead builder-owned endpoint revenue, fees, estimated payable balance, receipt IDs, and settlement notes with a saved builder key.
Inferred read-onlywisely_builder_revenueRead builder-owned endpoint revenue, fees, estimated payable balance, receipt IDs, and settlement notes with a saved builder key.
Inferred read-onlyx402_builder_payoutsRead/update payout settings and create manual payout request packets without moving funds.
Potential side effectsx402_builder_eventsSearch builder-owned endpoint events by time range, endpoint, type, or receipt id.
Inferred read-onlywisely_builder_eventsSearch builder-owned endpoint events by time range, endpoint, type, or receipt id.
Inferred read-onlyx402_endpoint_secret_settingsExplain how endpoint-scoped encrypted secrets are added and listed by name without returning secret values.
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.x402-agent-payment-infrastructure]
url = "https://payments.wiselyenterprisesllc.com/ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"x402-agent-payment-infrastructure": {
"type": "http",
"url": "https://payments.wiselyenterprisesllc.com/ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: x402-agent-payment-infrastructure
Remote MCP URL: https://payments.wiselyenterprisesllc.com/ai/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": {
"x402-agent-payment-infrastructure": {
"url": "https://payments.wiselyenterprisesllc.com/ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"x402-agent-payment-infrastructure": {
"type": "http",
"url": "https://payments.wiselyenterprisesllc.com/ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "x402-agent-payment-infrastructure",
"transport": "streamable-http",
"url": "https://payments.wiselyenterprisesllc.com/ai/mcp"
}
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.