← kr-bid.com

INDIVIDUAL MCP TOOL

award_stats

케이알 비드 (KR-BID, 나라장터/G2B) award statistics.

kr-bid.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://kr-bid.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for award_stats and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kr-bid.com

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).
  • 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.
  • assess_notice_fit — 케이알 비드 (KR-BID, 나라장터/G2B) notice-fit assessment.
  • attachment_text_chunk — 케이알 비드 (KR-BID, 나라장터/G2B) attachment-body pagination.
  • 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).