Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Cameron Rye Portfolio MCP Server

dev.rye/portfolio

Cameron Rye's blog, projects, resume, and live site stats, plus contact and newsletter tools.

Uptime
100.0%
1 direct probes · 30d
Response
1572ms
last probe
Tools
12
callable
Resources
9
readable
Prompts
0
available
Primary URL
https://rye.dev/mcp

Tools · 12

list_posts

Return up to N most recent published blog posts.

search_posts

Case-insensitive substring match across title, description, and tags. Returns up to 10 matches.

search_site

Semantic (vector similarity) search across blog posts and projects — the same Cloudflare Vectorize retrieval the Ask chatbot uses, without the LLM call. Broader than search_posts (which only does exac…

get_post

Return the full markdown body and frontmatter of a post by slug.

list_projects

Return all portfolio projects with their slug, title, and short description.

get_project

Return the full markdown body and frontmatter of a project by slug.

get_about

Return a short bio about Cameron Rye, the portfolio owner.

get_now

Return what Cameron is currently working on, learning, building, reading, and up to in life — the live /now page sections.

get_reading

Return Cameron's reading list — books currently reading, finished, or abandoned, with notes. Filter by status if given.

get_pulse

Return live, PII-free operational stats for rye.dev: recent Core Web Vitals p75s, 30-day pageviews, trailing-30d uptime %, top-reacted pages, and the last deploy. Same data the homepage pulse strip sh…

submit_contact

Send Cameron a message through the site contact form. Subject to the same validation and per-IP rate limits as the contact form itself.

subscribe_newsletter

Subscribe an email address to the newsletter. Sends a confirmation email; the subscription only becomes active once confirmed. Same validation and per-IP rate limits as the signup form.

Resources · 9

index

Site overview and entry points for agents.

https://rye.dev/index.md
about

Bio and background.

https://rye.dev/about.md
now

Current focus — the /now page.

https://rye.dev/now.md
uses

Hardware, software, and tools in use.

https://rye.dev/uses.md
colophon

How this site is built and run.

https://rye.dev/colophon.md
reading

Reading list with notes.

https://rye.dev/reading.md
resume

Work history and skills.

https://rye.dev/resume.md
blogroll

Sites and feeds worth following.

https://rye.dev/blogroll.md
pulse-dashboard

Interactive MCP Apps UI for get_pulse: renders live Core Web Vitals, pageviews, uptime, and top reactions.

ui://pulse/dashboard

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cameron_rye_portfolio_mcp_server": {
      "url": "https://rye.dev/mcp",
      "transport": "streamable-http"
    }
  }
}