foundr.companyby Perea

foundr.host — full features

MCP-native object storage. One token, one bucket, no dashboard, no IAM. Your agent uploads files and gets URLs. That is the whole product.

Pricing

Free via X. Solo at indie prices. Pro when you scale.

Same pricing model across the whole foundr.* family. No per-seat math. No enterprise quote theater.

What you get

Every feature, grouped by who it's for.

Core

  • Upload (auto MIME, multipart for >5MB)
  • Download by key
  • List objects with prefix + pagination
  • Delete + batch delete
  • Generate presigned GET URL (time-bounded)
  • Generate presigned PUT URL (browser direct-upload)
  • Object metadata (size, contentType, lastModified, ETag)
  • Public-share toggle per object (CDN-cacheable URL)

Agentic-first (MCP + token)

  • host_upload / host_list / host_get_url / host_delete / host_stat / host_quota
  • Stateless JWT tenancy — no central token table to babysit
  • Per-tenant Backblaze B2 keys, 15-min validity, 14-min cache
  • One-line install: `claude mcp add --transport http foundr-host …`
  • Agent never sees a long-lived AWS-style root credential

Solo-founder-shaped

  • Multi-project namespacing inside one token (`key = "project-a/screenshot.png"`)
  • Quote-tweet → token flow, no email required
  • host_export dumps a manifest + presigned URLs for full migration off
  • Zero S3 console — tenant never sees the underlying B2 keys
  • Single shared token across foundr.* MCPs

Agentic-first

The MCP surface your agents call.

Add it once to Claude, Cursor, or any MCP host. Your bearer token unlocks every tier — no dashboard required.

# Install the server (one line, one time)
claude mcp add --transport http foundr-host https://foundr-host.foundr.company/api/mcp

Why this differs

The angles the incumbents won't ship.

  • 01

    MCP-native — storage exposed as MCP tools, not REST docs. Your agent never sees an SDK.

  • 02

    No dashboard, ever. No signup form, no console, no IAM tabs. Token in, files out.

  • 03

    Stateless JWT tenancy. Tokens self-describe tenant; revoke by signing-key rotation.

  • 04

    Per-tenant B2 keys, 15-min validity. Bounded blast radius; no long-lived credentials.

  • 05

    One token across the foundr.* family. Same auth covers backlog, host, and the rest.

Competitive landscape

Who's already here, and what they leave on the table.

Honest comparison. We do not pretend the space is empty.

Get your free token

Quote-tweet @perea_ai. You get a JWT in reply. Add the MCP server to Claude or Cursor — your agent uploads files in the next message.