Cameron Rye Portfolio MCP Server

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

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

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

    Список инструментов сервера (12)

    Технические названия из tools/list. Нужны только разработчикам.

    list_postsReturn up to N most recent published blog posts.
    search_postsCase-insensitive substring match across title, description, and tags. Returns up to 10 matches.
    search_siteSemantic (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 exact substring matching on title/description/tags): finds conceptually related content even when the query words never appear verbatim. Returns scored chunks with deep-link URLs.
    get_postReturn the full markdown body and frontmatter of a post by slug.
    list_projectsReturn all portfolio projects with their slug, title, and short description.
    get_projectReturn the full markdown body and frontmatter of a project by slug.
    get_aboutReturn a short bio about Cameron Rye, the portfolio owner.
    get_nowReturn what Cameron is currently working on, learning, building, reading, and up to in life — the live /now page sections.
    get_readingReturn Cameron's reading list — books currently reading, finished, or abandoned, with notes. Filter by status if given.
    get_pulseReturn 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 shows.
    submit_contactSend Cameron a message through the site contact form. Subject to the same validation and per-IP rate limits as the contact form itself.
    subscribe_newsletterSubscribe 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.