eCommerce
pablomcp.com
Manages domain registration, availability checks, contact creation, and transfer operations via Dreamscape's SOAP API.
ENDPOINT 1
https://pablomcp.com/mcp
Known tools 118
dreamscape_docs[READ] Return Dreamscape SOAP API reference info: docs URL, production/test WSDL & endpoints, key operation notes, and transfer-flow gotchas.
domain_check[READ] Check whether one or more domain names are available to register through Dreamscape.
dreamscape_contact_create[COMMIT] Create a Dreamscape contact record (registrant/admin/billing/tech) and return the resulting ContactIdentifier (C-...).
domain_register[COMMIT] Register (purchase) an available domain through Dreamscape via the DomainCreate SOAP op — actually charges the reseller account.
domain_transfer_check[READ] Check whether a domain (held at another registrar) is eligible to transfer into Dreamscape using its EPP/auth key.
domain_transfer_start[COMMIT] Initiate the inbound transfer of an existing domain into Dreamscape using its EPP/auth key.
domain_update_nameservers[COMMIT] Replace the authoritative nameservers for a domain registered with Dreamscape (e.g.
domain_list[READ] List domains held in the Dreamscape reseller account, with expiry dates and status.
godaddy_docs[READ] GoDaddy API reference: base URL, auth model, and the official docs index.
godaddy_request[COMMIT] Generic GoDaddy API passthrough — call ANY endpoint at api.godaddy.com/v1.
google_ads_docs[READ] Google Ads API reference: base URL, auth model, customer scoping, and docs index.
google_ads_request[COMMIT] Generic Google Ads API passthrough — call ANY endpoint at googleads.googleapis.com.
vercel_docs[READ] Vercel API reference: base URL, auth model, team scoping rules, common paths, and the official docs index.
vercel_request[COMMIT] Generic Vercel API passthrough — call ANY endpoint at api.vercel.com.
github_docs[READ] GitHub REST API reference: base URL, auth model, API version, common paths, and the official docs index.
github_request[COMMIT] Generic GitHub REST API passthrough — call ANY endpoint at api.github.com.
google_alias_list[READ] List Google Workspace email aliases attached to a user (default pablo@popasite.com) via the Admin Directory API.
google_alias_add[COMMIT] Add a Google Workspace email alias to a user (default pablo@popasite.com).
google_domain_add[COMMIT] Register a new secondary domain on the Google Workspace customer (so it can be used for aliases or send-as identities).
google_send_as_add[COMMIT] Add a Gmail 'Send As' identity so the user can send messages from another address (e.g.
stripe_docs[READ] Stripe REST API reference: base URL, auth model, request body format, common paths, and docs index.
stripe_request[COMMIT] Generic Stripe REST passthrough — call ANY endpoint at api.stripe.com/v1.
stripe_refund[COMMIT] Refund a Stripe charge or PaymentIntent (full by default, partial if `amount` is given).
resend_docs[READ] Return Resend API reference: base URL, auth model, and docs index.
resend_request[COMMIT] Generic Resend API passthrough — call ANY endpoint at api.resend.com.
resend_send[COMMIT] Send a transactional email via Resend (api.resend.com).
cloudflare_docs[READ] Cloudflare API reference: base URL, auth model, account-scoped path conventions, key doc URLs.
cloudflare_request[COMMIT] Generic Cloudflare API passthrough — call ANY endpoint at api.cloudflare.com/client/v4.
neon_docs[READ] Neon API reference: base URL, auth model, common paths, and docs index.
neon_request[COMMIT] Generic Neon API passthrough — call ANY endpoint at console.neon.tech/api/v2.
neon_sql[COMMIT] Execute SQL against a Neon database over the SQL-over-HTTP proxy.
supabase_docs[READ] Supabase Management API reference: base URL, auth model, common paths, and docs index.
supabase_request[COMMIT] Generic Supabase Management API passthrough — call ANY endpoint at api.supabase.com/v1.
supabase_sql[COMMIT] Execute a SQL query against a Supabase project's Postgres via the Management API.
notion_docs[READ] Notion API reference: base URL, auth model, version header, common paths, and docs index.
notion_request[COMMIT] Generic Notion API passthrough — call ANY endpoint at api.notion.com/v1.
gdrive_list[READ] List files in Google Drive — impersonates the GOOGLE_IMPERSONATE_USER stored in this workspace's vault.
gdrive_read[READ] Read or export a Google Drive file by ID.
gdrive_create[COMMIT] Create a new file in Google Drive — defaults to a Google Doc and inserts initial text if `content` is provided.
gdocs_read[READ] Read the full plain-text body of a Google Doc by document ID.
health_check[READ] Probe every configured external service (Dreamscape, Vercel, GitHub, Google, Stripe, Resend, Cloudflare, Neon, Notion) and report which credentials are present and which APIs answer.
scaffold_project[COMMIT] Bootstrap a new project end-to-end in one call: creates a private GitHub repo, optionally adds a Vercel-managed DNS A record for the domain, and optionally adds a Google email alias to pablo@popasite.com.
polymarket_docs[READ] Return Polymarket API reference: base URLs (Gamma + CLOB), auth model, signing notes, and docs index.
polymarket_balance[READ] Retrieve Polymarket on-chain USDC.e balance (Polygon) plus CLOB collateral balance for the configured proxy wallet.
polymarket_positions[READ] List currently open Polymarket CLOB orders for the configured wallet via L2-authenticated CLOB API.
polymarket_trades[READ] List recent Polymarket trade fills for the wallet via the authenticated CLOB API.
polymarket_markets[READ] Search Polymarket events and their markets via the public Gamma API.
polymarket_orderbook[READ] Fetch the live CLOB order book (top bids/asks, spread, midpoint) for a Polymarket outcome token.
polymarket_trade_allowed[READ] Check whether the configured Polymarket execution path is reachable before placing orders.
polymarket_order_preview[DRAFT] Preview a Polymarket CLOB limit order without placing it — returns estimated shares and the current best bid/ask for sanity-check.
polymarket_order[COMMIT] Place a real Polymarket CLOB limit order on Polygon.
cloudbet_docs[READ] Cloudbet Sports API reference: base URL, auth model, path prefix, and docs index.
cloudbet_request[COMMIT] Generic Cloudbet Sports API passthrough — call ANY endpoint at sports-api.cloudbet.com.
cloudbet_bet_preview[DRAFT] Preview a Cloudbet bet without placing it — computes estimated payout/profit and fetches the current live odds for sanity-check.
cloudbet_bet[COMMIT] Place a straight (single) bet on a Cloudbet market for real money.
cloudbet_multi_preview[DRAFT] Preview a Cloudbet multi/parlay without placing it — computes combined odds, estimated payout/profit.
cloudbet_multi_bet[COMMIT] Place a Cloudbet multi/parlay for real money.
betdex_docs[READ] BetDEX Exchange API quick reference, authentication model, supported tools, and safety notes.
betdex_status[READ] Check BetDEX public exchange status and whether configured credentials can create a session.
betdex_wallet[READ] Fetch the configured BetDEX wallet balances, exposure, and metrics-safe wallet metadata.
betdex_events[READ] List BetDEX events with filters for sport/subcategory, live/today/later, active state, date range, and pagination.
betdex_markets[READ] List BetDEX markets by event, type, status, in-play state, date range, and pagination.
betdex_prices[READ] Fetch current BetDEX back/lay price levels, amounts, total liquidity, and traded volume for up to 100 market IDs.
betdex_order_preview[DRAFT] Preview a BetDEX back/lay order with fresh market and liquidity context.
betdex_order[COMMIT] Submit a real-money BetDEX back/lay order.
betdex_cancel_order[COMMIT] Cancel one BetDEX order by ID.
gsc_docs[READ] Google Search Console + Indexing API reference: base URLs, auth model, common paths, and docs index.
gsc_request[COMMIT] Generic Search Console / Indexing API passthrough.
ga_docs[READ] GA4 Admin + Data API reference: base URLs, auth model, common paths, and docs index.
ga_request[COMMIT] Generic GA4 API passthrough.
gtm_docs[READ] Google Tag Manager API reference: base URL, auth model, common paths, and docs index.
gtm_request[COMMIT] Generic GTM API passthrough — call ANY endpoint at tagmanager.googleapis.com/tagmanager/v2.
admob_docs[READ] AdMob API reference: base URL, auth model, common paths, and docs index.
admob_request[COMMIT] Generic AdMob API passthrough — call ANY endpoint at admob.googleapis.com/v1.
twilio_docs[READ] Twilio REST API reference: base URL, auth pattern, key endpoint paths and their doc URLs.
twilio_request[COMMIT] Generic Twilio REST passthrough — call ANY Twilio API endpoint under /2010-04-01/Accounts/{Sid}/.
vapi_docs[READ] Vapi REST API reference: base URL, auth pattern, key endpoint paths and doc URLs.
vapi_request[COMMIT] Generic Vapi REST passthrough — call ANY Vapi API endpoint.
telegram_docs[READ] Return Telegram Bot API reference: base URL, auth model, key methods, and the official method index.
telegram_request[COMMIT] Generic Telegram Bot API passthrough — call ANY Bot API method.
telegram_send_message[COMMIT] Send a Telegram message via the configured bot.
telegram_get_me[READ] Verify the configured Telegram bot token is valid — returns the bot's id, username, and capabilities.
openai_docs[READ] Return OpenAI API reference: base URL, auth model, and docs index.
openai_request[COMMIT] Generic OpenAI API passthrough — call ANY endpoint at api.openai.com/v1.
anthropic_docs[READ] Return Anthropic API reference: base URL, auth model, version header, and docs index.
anthropic_request[COMMIT] Generic Anthropic API passthrough — call ANY endpoint at api.anthropic.com/v1.
xai_docs[READ] Return xAI (Grok) API reference: base URL, auth model, and docs index.
xai_request[COMMIT] Generic xAI API passthrough — call ANY endpoint at api.x.ai/v1.
elevenlabs_docs[READ] Return ElevenLabs API reference: base URL, auth model, and docs index.
elevenlabs_request[COMMIT] Generic ElevenLabs API passthrough — call ANY endpoint at api.elevenlabs.io/v1.
secrets_list[READ] List the names of env vars set on pablo-mcp's process (values NOT returned).
secrets_get[READ] Return the value of an operator-level env var (e.g.
vault_set[COMMIT] Store or update a project-scoped API key/credential in the encrypted vault.
vault_get[READ] Fetch a single project-scoped secret from the vault by (project, name) and return its decrypted value.
vault_list[READ] List secrets stored in the vault.
vault_delete[DANGEROUS] Delete a project-scoped secret from the vault by (project, name).
auth_setup_totp[COMMIT] Bootstrap TOTP second-factor on this server.
auth_handshake[COMMIT] Open or refresh a 60-minute session by providing the current 6-digit code from your TOTP authenticator app.
auth_session_status[READ] Inspect the current session bound to this bearer token — whether it's active, when it expires, minutes remaining.
auth_logout[COMMIT] Close the current session immediately.
auth_pairing_start[COMMIT] Start agent-first pabloMCP pairing.
auth_pairing_status[READ] Inspect a pending agent-first pairing request.
auth_pairing_complete[COMMIT] Complete agent-first pairing once the human has finished the web flow.
workspace_status[READ] Inspect the current pabloMCP workspace and caller context.
agent_key_create[COMMIT] Create a named agent API key for this workspace.
agent_key_list[READ] List agent API keys for the current workspace.
agent_key_revoke[COMMIT] Revoke a named agent API key by id.
policy_get[READ] Read the current workspace safety mode.
policy_set_mode[COMMIT] Set the workspace safety mode.
approval_list[READ] List approval requests for the current workspace.
approval_get[READ] Read a single approval request, including the stored tool arguments.
approval_decide[COMMIT] Approve or reject a pending approval request.
approval_execute[COMMIT] Execute an approved approval request by replaying the stored tool call once.
approval_respond[COMMIT] One-call approval response for agents.
connector_list[READ] List pabloMCP connectors, connection status, required credentials, and available tools.
connector_credential_set[COMMIT] Store or update a declared connector credential in the encrypted vault.
connector_status[READ] Inspect one connector by id, including required credentials and the tools it exposes.
audit_read[READ] Read recent COMMIT/DRAFT/DANGEROUS tool calls from the MCP audit log.