Tech Blog

v1.0.0

Modern tech blog with Text-Art ASCII design aesthetic

blogtechprogrammingascii

Server Information

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

About

A modern tech blog built with Next.js, featuring a unique Text-Art ASCII design aesthetic. ## Features - 🚀 **Next.js 15** with App Router - 🎨 **shadcn/ui** components - 📝 **MDX** for blog content - 🎯 **Text-Art ASCII** design theme - 📱 **Responsive** design - 🌙 **Dark mode** support - ⚡ **Vercel** ready deployment The blog features a unique ASCII/terminal-inspired design with ASCII headers, monospace fonts, terminal borders, and animated terminal elements.

Available Tools

techblog_get_tech_posts

Fetch tech blog posts

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

techblog_search_tech_content

Search tech blog posts by query

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

techblog_get_tech_post

Get a specific tech blog post by slug

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

Usage Example

Connect to this MCP server using the Model Context Protocol:

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