KBAISE/ for lovable
Agent access

The Kbaise MCP server

Every tool below reads public data, so there is no key, no account and no rate card. The endpoint speaks JSON-RPC over HTTP — opening it in a browser returns a 405 on purpose. Point an MCP client at it instead.

Endpoint

https://kbaise.com/api/public/mcp

Add it to your client

# Claude Code
claude mcp add --transport http kbaise https://kbaise.com/api/public/mcp

# Cursor / any client reading mcp.json
{
  "mcpServers": {
    "kbaise": { "type": "http", "url": "https://kbaise.com/api/public/mcp" }
  }
}

What your agent can call

search_toolsRank the directory against a plain-English need.
get_toolOne tool's full dossier: pricing, free-tier limits, the trap to watch for.
recommend_stackTurn a project description into a role-by-role stack.
audit_stackScore an existing dependency list and name the gaps.
compare_toolsTwo or more tools side by side on the fields that decide it.
latest_model_updatesFresh releases from Anthropic, OpenAI, Google and friends.
community_stacksPublic stacks other builders shipped with.
trending_toolsWhat the directory is actually looking at this week.
decision_historyHow builders voted in a head-to-head pair, and why.
weekly_digestThe current week's digest, or any archived week.

Prefer plain HTTP? The same data is on the connect page as keyless JSON endpoints.