Labsco
MCP SERVER · OFFICIAL PROJECT

Cofound Founder Matching

by Cofound Agent

Searches a co-founder directory, sends first messages under a rolling cap, and blocks silently. Free, with real limits.

Social Media Accounts & Posting
Summary
Silent blocks and opaque not-found responses are a deliberate defence against exactly the automation this API enables.

Give agents a directory of people and a send tool, and the failure mode is obvious. Cofound's answers are structural: first-messages are capped per rolling day, blocks are invisible to the blocked party, and hidden profiles return not-found rather than access-denied — so an agent cannot map who has blocked whom by probing. get_thread being documented as having side effects is the same honesty: reading marks messages read, and a tool that quietly changes state should say so.

What it is

Cofound's endpoint, 13 tools in four groups: profile, search, messaging and blocks. The design is unusually careful about what the other side can infer.

What you get
  • whoami, get_profile, update_my_profile, submit_raw_profile — read and patch your profile, or hand over freeform text for normalisation
  • set_profile_state — active or paused; deletion is website-only
  • search_profiles — reciprocal, ready, non-blocked public profiles, by structured filters only
  • send_message, list_threads, get_thread, list_sent — messaging, with reading a thread explicitly marked as having side effects
  • block_profile, unblock_profile, list_blocks — idempotent, and blocks are silent: a hidden target returns an opaque not-found
Requirements

A Cofound account. Free at $0 a month, with caps: 20 first-messages to new contacts per rolling 24 hours, each slot reopening 24 hours after use. Replies in existing threads are not capped the same way.

Setup effort

Paste a URL, then sign in — add the endpoint to your client and sign in to the vendor