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 endpoint
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.letsbuddyup-com]
url = "https://letsbuddyup.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"letsbuddyup-com": {
"type": "http",
"url": "https://letsbuddyup.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: letsbuddyup-com
Remote MCP URL: https://letsbuddyup.com/api/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": {
"letsbuddyup-com": {
"url": "https://letsbuddyup.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"letsbuddyup-com": {
"type": "http",
"url": "https://letsbuddyup.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "letsbuddyup-com",
"transport": "streamable-http",
"url": "https://letsbuddyup.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
signup_user— Create a new BuddyUp account and return a bearer token plus a one-tap mobile sign-in URL.get_me— Fetch the currently authenticated user's profile.update_profile— Update the authenticated user's profile.upload_photo— Upload a profile photo.get_user_profile— Fetch a public BuddyUp user profile by slug (the trailing component of letsbuddyup.com/profile/{slug}).send_buddy_request— Send a buddy request to another user by slug.accept_buddy_request— Accept a pending buddy invitation (as invited by another user).decline_buddy_request— Decline a pending buddy invitation.