Back to Browse

Portfolio MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Public portfolio MCP for resume, services, availability, project evidence, and introductions.

About

Public portfolio MCP for resume, services, availability, project evidence, and introductions.

Remote endpoints: streamable-http: https://www.rubenmarcus.dev/api/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a personal portfolio website with an MCP server component. The codebase is well-structured with no critical security issues. Permissions are appropriate for the stated purpose (serving portfolio content, resume data, and contact functionality). Minor code quality improvements could be made around input validation and error handling. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 1 high severity).

3 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

rubenmarcus.dev

rubenmarcus.dev — the first portfolio made for agents

Personal portfolio. Agent-ready · humans welcome. Terminal-green and agent-first: a cinematic 3D hero, a blog written for humans and machines, and an MCP server so AI agents can read the resume and book a call without ever rendering the page.

Live: rubenmarcus.dev

Stack

  • Astro 5 (islands, content collections, i18n EN/PT)
  • Svelte 5 (runes) for interactive components
  • Three.js — custom GLSL shaders (ice-flow background, contour/wireframe/ASCII render states)
  • GSAP + Lenis — scroll choreography
  • Tailwind CSS 3
  • Vercel (adapter with edge middleware, Analytics)

Features

  • Hero with an AI-generated, auto-rigged 3D character that types at a desk and dissolves through render states (contour isolines → wireframe → scanline point cloud → ASCII) driven by scroll
  • Live HUD telemetry fed by GitHub/npм stats, degrading gracefully offline
  • Bilingual blog (EN + PT mirrors) with generated particle-art covers, copy-button code blocks, view counter (optional Supabase)
  • /api/mcp — a hand-rolled JSON-RPC 2.0 MCP server (tools/list, tools/call) exposing resume data and a book_intro tool
  • /api/hire — contact endpoint with field caps + honeypot, relayed via formsubmit.co
  • llms.txt, robots.txt with AI-crawler rules, RSS (EN/PT), sitemap with hreflang, JSON-LD — built for answer engines, not just search
  • Edge middleware easter egg: curl rubenmarcus.dev returns a plain-text resume
  • Bottom-right audio deck (YouTube IFrame API) persisted across page transitions
  • Visual QA gauntlet (scripts/visual-gauntlet.mjs) that screenshots every page on desktop + mobile and captures console errors

Getting started

pnpm install
pnpm dev

Production build:

pnpm build
pnpm preview

Quality gates:

pnpm check       # astro check (types)
pnpm text:gate   # prose lint for the blog voice (scripts/text-gate.mjs)

Environment variables

Everything degrades gracefully without env vars. Optional:

  • PUBLIC_SUPABASE_URL + PUBLIC_SUPABASE_ANON_KEY — blog view counter
  • OPENROUTER_API_KEY — only for the asset-generation scripts in scripts/

Project structure

src/
  components/        # Svelte/Astro components (hero, deck, cards, lab demos)
  content/           # blog (EN) + blog-pt collections, zod-validated
  layouts/           # BaseLayout: SEO, OG, JSON-LD, analytics, audio deck
  lib/               # data (projects, agents, tools), three/, motion/, assets/
  pages/
    api/             # hire.ts, mcp.ts, resume.json.ts, resume.txt.ts
    pt/              # PT mirrors of every page
    work/            # case studies
  middleware.ts      # edge: curl user-agent → text resume
scripts/             # asset generators (OpenRouter) + text-gate + visual gauntlet
public/art/          # generated covers, logos, frames
qa/                  # gauntlet shots + scoring log

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Portfolio MCP Server - Public portfolio MCP for resume, services, availability, | MCP Marketplace