INDIVIDUAL MCP TOOL
get_agent_capabilities
Return the Loppee agent contract, endpoints, policy rules, and available MCP tools.
LIVE ENDPOINT
https://loppee.com/mcp
Connect to this endpoint to inspect the live schema for get_agent_capabilities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.loppee-agent-api]
url = "https://loppee.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loppee-agent-api": {
"type": "http",
"url": "https://loppee.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loppee-agent-api
Remote MCP URL: https://loppee.com/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": {
"loppee-agent-api": {
"url": "https://loppee.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loppee-agent-api": {
"type": "http",
"url": "https://loppee.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loppee-agent-api",
"transport": "streamable-http",
"url": "https://loppee.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pricing_plans— Return Loppee's published exposure plans, feature bullets, branch add-ons, and promotions.search_businesses— Search Loppee's closed taxonomy or use universal business-name lookup.search_category— Local category discovery requires current or Home with kind=saved_exact.lookup_business— Universal, pay-independent business-name lookup.recommend_businesses— Return published recommendations in explicit Verified and Listed sections.search_jobs— Discover active schema.org-aligned Loppee jobs from currently Verified, published employers.get_trust_card— Fetch the public v3 Trust Card for one published business by business_id or domain_key.get_business_reviews— Read a business's public reviews with the same pagination as its profile.