INDIVIDUAL MCP TOOL
add_watch_keyword
케이알 비드 (KR-BID, 나라장터/G2B) registers an alert (watch) keyword for the authenticated user (write, own scope only); future bid notices matching it trigger this user's notifications.
LIVE ENDPOINT
https://kr-bid.com/mcp
Connect to this endpoint to inspect the live schema for add_watch_keyword and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rmcp]
url = "https://kr-bid.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rmcp": {
"type": "http",
"url": "https://kr-bid.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rmcp
Remote MCP URL: https://kr-bid.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rmcp": {
"url": "https://kr-bid.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rmcp": {
"type": "http",
"url": "https://kr-bid.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rmcp",
"transport": "streamable-http",
"url": "https://kr-bid.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
add_bookmark— 케이알 비드 (KR-BID, 나라장터/G2B) saves a bid notice to the authenticated user's bookmarks (write, own scope only).assess_notice_fit— 케이알 비드 (KR-BID, 나라장터/G2B) notice-fit assessment.attachment_text_chunk— 케이알 비드 (KR-BID, 나라장터/G2B) attachment-body pagination.award_stats— 케이알 비드 (KR-BID, 나라장터/G2B) award statistics.fetch— 케이알 비드 (KR-BID, 나라장터/G2B) fetch.list_bookmarks— 케이알 비드 (KR-BID, 나라장터/G2B) lists the authenticated user's bookmarked bid notices (read, own scope only).list_notifications— 케이알 비드 (KR-BID, 나라장터/G2B) lists the authenticated user's recent notifications (read, own scope only).list_watch_keywords— 케이알 비드 (KR-BID, 나라장터/G2B) lists the authenticated user's alert (watch) keywords (read, own scope only).