Skip to main content
Glama
yeremu-rgb

theminjoo-mcp

by yeremu-rgb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to run the server on. Provided by deployment platforms; defaults to 8000.8000
THEMINJOO_BASE_URLNoBase URL of the source news listing. Default: https://theminjoo.kr/main/sub/newshttps://theminjoo.kr/main/sub/news
THEMINJOO_MCP_TOKENNoOptional bearer token protecting the /mcp endpoint. If unset, /mcp is unauthenticated.
THEMINJOO_CORS_ORIGINSNoComma-separated allowed CORS origins. Default: **
THEMINJOO_MAX_PAGE_SIZENoMaximum allowed page size. Default: 100100
THEMINJOO_REQUEST_TIMEOUTNoTimeout in seconds for upstream requests. Default: 1515
THEMINJOO_CACHE_TTL_SECONDSNoCache TTL in seconds. Default: 300300
THEMINJOO_DEFAULT_PAGE_SIZENoDefault page size for list results. Default: 2020

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_postsB

List official 더불어민주당 posts. board: 11=논평·브리핑, 230=모두발언.

get_postB

Get one official post including body text and metadata.

search_postsB

Search recent post titles across up to 10 list pages.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct role: list_posts returns posts from a specific board, get_post retrieves a single full post, and search_posts finds posts by title across recent pages. There is no meaningful overlap that would confuse an agent.

Naming Consistency5/5

All tool names follow the same verb_noun pattern (list_posts, get_post, search_posts) with consistent snake_case. The naming is predictable and standard.

Tool Count4/5

Three tools is slightly minimal but appropriate for a read-only content retrieval server focused on official party posts. Each tool serves a distinct retrieval need without redundancy.

Completeness4/5

For a read-only posting board domain, list/get/search covers the essential lifecycle of content discovery and retrieval. Minor additions like category filtering or pagination details could be nice, but the core surface is sufficient and has no dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues