Skip to content
David Marin · v2026.09Open to work

Talks & programs

Shared in the room.

  1. May 2026Gluon Conference, BratislavaLive on-device demo of Sussur
  2. Jun 2026Café Cursor, BucharestHow I built Sussur with parallel AI agents
  3. 2026Delta Bootcamp, Launch RomaniaFive-day founder program
§ AIMachine-readable profile

A portfolio agents can query.

A small read-only MCP server exposes the same public profile, availability, contact, and venture facts shown on this site. Useful for recruiters and research workflows, but secondary to the human story above.

Connect

Server URL

Streamable HTTP · no auth · read-only

https://david-marin.dev/mcp

Claude Code

claude mcp add --transport http --scope user david-marin https://david-marin.dev/mcp
More clients and raw request

Cursor · ~/.cursor/mcp.json

{
  "mcpServers": {
    "david-marin": {
      "url": "https://david-marin.dev/mcp"
    }
  }
}

VS Code · .vscode/mcp.json

{
  "servers": {
    "david-marin": {
      "type": "http",
      "url": "https://david-marin.dev/mcp"
    }
  }
}

No install: call a tool with curl

curl -s https://david-marin.dev/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_profile","arguments":{}}}'

Then ask

  • “Is David available, and for what roles?”
  • “Which companies has David founded, and what happened to them?”
  • “Give me David's CV link and the best way to contact him.”

Tools

  • get_profile

    Returns David Marin's professional profile: current hiring availability, role, location, bio, CV URL, skills, languages, education, and awards.

  • get_contact

    Returns David Marin's public contact info and social profiles (email, a link to book a call, phone, CV, LinkedIn, GitHub, X, Instagram, companies).

  • list_ventures

    Returns the companies and products David Marin has founded, with URLs and short descriptions.

llms.txt · a plain-text summary of this site