izawa-mcp-server

izawa-mcp-server

0

Izawa MCP Server is a TypeScript and Express-based server that supports the Model Context Protocol (MCP). It provides endpoints for profile information and blog articles, showcasing its versatile content delivery capabilities.

Izawa MCP Server

A Model Context Protocol (MCP) server built with TypeScript and Express providing profile information and blog articles.

Features

  • Provides profile information
  • Provides a list of blog articles
  • Provides the content of specific blog articles

Requirements

  • Node.js v20.18.0 or higher
  • npm or yarn

Usage

Start Development Server

The server runs at http://localhost:3000.

Build and Run for Production

Compile from TypeScript to JavaScript using npm commands.

MCP Endpoints

1. MCP Metadata Endpoint

This endpoint returns the server metadata and available context list.

2. Context Data Endpoint

Posts to this endpoint allow fetching profile or blog post content based on context ID.

Customization

  • Edit userProfile object and data source logic in src/server.ts.