25 days ago
withlove is a chat-first link in bio for solopreneurs.
Every creator gets one AI agent at one URL that takes
orders, books their calls, quotes their real prices, and
answers in their voice.
This MCP server is the platform-level registry. Two tools:
- search_agents — semantic search across every published
withlove agent
- get_agent — fetch a specific agent's full manifest
including their per-agent MCP endpoint, OpenAPI, and
capabilities
After finding an agent through search_agents, follow upby
calling that agent's per-agent MCP at
https://withlove.so/<slug>/mcp for booking, ordering,
pricing, file delivery, or message capture.
Server Config
{
"mcpServers": {
"withlove": {
"url": "https://withlove.so/mcp"
}
}
}