Portfolio

v1.0.0

Professional portfolio website with blog CMS

portfolioprojectscmsprofessional

Server Information

Server ID
portfolio
Endpoint URL
https://portfolio.bookchaowalit.com
Author
bookchaowalit
Available Tools
3 tools

About

A modern, responsive portfolio website built with Next.js, TypeScript, and Shadcn UI. Features a content management system (CMS) for easy blog content management. ## Features - **Modern Stack**: Built with Next.js 15, TypeScript, and Tailwind CSS - **Beautiful UI**: Uses Shadcn UI components for a consistent, professional design - **Blog CMS**: MDX-based content management system for easy blog post creation - **Responsive Design**: Fully responsive across all device sizes - **SEO Optimized**: Built-in SEO optimization with Next.js - **Performance**: Optimized for speed with static generation and image optimization

Available Tools

portfolio_get_projects

Get all portfolio projects

Input Schema
{
  "type": "object",
  "properties": {
    "featured": {
      "type": "boolean"
    }
  }
}

portfolio_get_portfolio_blog

Get blog posts from portfolio

Input Schema
{
  "type": "object",
  "properties": {
    "tag": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    }
  }
}

portfolio_get_skills

Get skills and expertise information

Input Schema
{
  "type": "object",
  "properties": {}
}

Usage Example

Connect to this MCP server using the Model Context Protocol:

{
  "mcpServers": {
    "portfolio": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {
        "SERVER_URL": "https://portfolio.bookchaowalit.com"
      }
    }
  }
}