.md
MCP
CLI
fons.vc/lewisrogers.md
---
type: founder-profile
schema_version: fons-profile/v1
handle: lewisrogers
name: "Lewis Rogers"
canonical_url: https://fons.vc/lewisrogers
visibility: public
profile_status: active
verification_status: self-attested
verified_via: [x, github, twitch, discord, youtube]
same_as: ["https://x.com/lewislunar",
"https://github.com/Iconised",
"https://twitch.tv/lunarzkii",
"https://www.youtube.com/@lewislunarrogers"]
location: "Rochester, England, United Kingdom"
tags: [product, data, design, sector-saas-b2b,
sector-saas-b2c, sector-ai-ml, sector-cybersecurity]
open_to: [looking-for-work, raising, co-founder, advising]
primary_organization: fons:company:fons-vc
---
# Lewis Rogers
> Founder at Fons.vc
- **Location:** Rochester, England, United Kingdom
- **X:** https://x.com/lewislunar ✓ connected
- **GitHub:** https://github.com/Iconised ✓ connected
- **YouTube:** @lewislunarrogers ✓ connected
## About
Senior Product Manager with extensive experience building
and scaling B2B and B2C SaaS products across platform,
integrations, and regulated domains.
## Building
- [Fons.vc](https://fons.vc/c/fons-vc) — founder
# Add the Fons MCP server to any agent (Claude Code,
# Cursor, Codex…). OAuth sign-in, scoped to your data.
{
"mcpServers": {
"fons": { "url": "https://fons.vc/mcp" }
}
}
▸ whoami
Connected to Fons as Lewis Rogers — @lewisrogers.
▸ get_profile
{
"handle": "lewisrogers",
"name": "Lewis Rogers",
"headline": "Founder at Fons.vc",
"location": "Rochester, England, United Kingdom",
"tags": ["product", "data", "design", "sector-saas-b2b"],
"open_to": ["looking-for-work", "raising", "co-founder"],
"x_url": "https://x.com/lewislunar",
"github_url": "https://github.com/Iconised",
"verified_connections": { "x": true, "github": true,
"twitch": true, "youtube": true },
"visibility": "public"
}
▸ update_profile { "headline": "Founder & CEO, Fons.vc" }
✓ Profile updated (headline).
$ curl -fsSL https://fons.vc/install.sh | sh
$ fons login
→ Opening browser to authorize…
✓ Logged in as Lewis Rogers (@lewisrogers)
Token stored at ~/.config/fons (mode 600)
$ fons whoami
Lewis Rogers · @lewisrogers
$ fons profile get
name Lewis Rogers
handle @lewisrogers
headline Founder at Fons.vc
location Rochester, England, United Kingdom
tags product, data, design, sector-saas-b2b
open to looking-for-work, raising, co-founder, advising
verified x, github, twitch, youtube
visibility public
$ fons profile set --headline "Founder & CEO, Fons.vc" \
--tag ai --open-to hiring
✓ Updated: headline, tags, open_to
$ fons profile get --json > lewisrogers.json
✓ Wrote agent-ready profile (fons-profile/v1)