← agentmart.online

INDIVIDUAL MCP TOOL

create_billing_portal

Open a short-lived Stripe Billing Portal only when the authenticated customer explicitly asks to manage payment methods, invoices, or the AgentMart subscription.

agentmart.onlinenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.agentmart.online/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_billing_portal and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

agentmart.online

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.agentmart-procurement]
url = "https://mcp.agentmart.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentmart-procurement": {
      "type": "http",
      "url": "https://mcp.agentmart.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentmart-procurement
Remote MCP URL: https://mcp.agentmart.online/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": {
    "agentmart-procurement": {
      "url": "https://mcp.agentmart.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentmart-procurement": {
      "type": "http",
      "url": "https://mcp.agentmart.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentmart-procurement",
  "transport": "streamable-http",
  "url": "https://mcp.agentmart.online/mcp"
}
MCP Inspector

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

Related tools

  • quote — Discover and compare web-extraction procurement options when an agent or user needs a price, quote, budget, vendor mix, provider allocation, or sourcing plan for scraping URLs at projected monthly volume.
  • recommend — Decide whether to stay on current web-extraction provider plans, overflow to another vendor, or upgrade subscriptions.
  • usage — Check current-month web-extraction usage, provider units, estimated provider spend, estimated customer charge, and remaining call and spending limits for the authenticated AgentMart account.
  • billing_status — Check the authenticated AgentMart account's Growth Pilot subscription, payment state, and Stripe readiness.
  • create_checkout — Start a secure Stripe Checkout only when the authenticated customer explicitly asks to subscribe to the $149/month AgentMart Growth Pilot.
  • execute — Execute, scrape, or extract content from a URL through the best eligible connected web-extraction provider.
  • calibrate — Benchmark web-extraction vendors and collect fresh reliability, quality, latency, and cost evidence across a curated URL task set.