You're viewing a demo portfolio

Join the waitlist
PRSM

get_recommendation

Active

Tool of io.github.bch1212/agent-commerce-mcp

declared in 0.1.0

Given a problem statement (and optionally a stack/company size), return 1-3 best-fit products with reasoning.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "problem"
  ],
  "properties": {
    "stack": {
      "type": "string",
      "description": "Tech stack or category they already use (e.g., 'OpenAI + Pinecone + Vercel')"
    },
    "problem": {
      "type": "string",
      "description": "Problem the user is trying to solve, in their own words"
    },
    "company_size": {
      "enum": [
        "solo",
        "small",
        "mid",
        "enterprise"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.bch1212/agent-commerce-mcp

https://github.com/bch1212/agent-commerce-mcp

1/7 registries
View full server →