get_pricing
ActiveTool of io.github.bch1212/agent-commerce-mcp
declared in 0.1.0
Full pricing breakdown for a product (tiers, monthly/yearly, affiliate rate).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"product_slug"
],
"properties": {
"tier": {
"type": "string",
"description": "Specific tier name to highlight"
},
"billing": {
"enum": [
"monthly",
"yearly"
],
"type": "string"
},
"product_slug": {
"type": "string",
"description": "Product slug from the catalog (e.g., 'injectshield')"
}
},
"additionalProperties": false
}Parent server
io.github.bch1212/agent-commerce-mcp
https://github.com/bch1212/agent-commerce-mcp
1/7 registries