Data Collection
kr-bid.com
Manages Korean government bid notices, allowing users to bookmark, set watch keywords, assess fit, and view award statistics.
ENDPOINT 1
https://kr-bid.com/mcp
MCP server metadata
- Name
- rmcp
- Version
- 1.6.0
케이알 비드: 사용자 질문의 핵심 명사와 명시한 지역·금액·기간을 그대로 유지한다. 특정 공고번호나 notice id가 있고 참여 가능·자격·우대조건을 묻는 질문은 search·fetch·recommend_notices를 선행하지 말고 assess_notice_fit만 한 번 호출한다. search와 recommend_notices는 각각 한 번 정확히 호출하고, 결과가 요청 개수보다 적어도 사용자가 범위 확대를 명시하지 않았다면 핵심 명사 삭제·동의어·단일 단어·조건 완화 재호출로 채우지 말고 부족한 수를 설명한다. 일반 탐색은 search→fetch, 공고번호 없는 회사 맞춤 후보 탐색은 recommend_notices, 선택한 공고의 자격 판정은 assess_notice_fit을 사용한다. avg_prtcpt는 평균 참여업체 수이며 경쟁률이 아니다. 비로그인 사용자는 공개 도구를 읽기 전용으로 사용하고, OAuth 사용자는 북마크·키워드·알림 개인화 도구도 사용할 수 있다.
Known tools 15
add_bookmark케이알 비드 (KR-BID, 나라장터/G2B) saves a bid notice to the authenticated user's bookmarks (write, own scope only).
Potential side effectsadd_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.
Potential side effectslist_bookmarks케이알 비드 (KR-BID, 나라장터/G2B) lists the authenticated user's bookmarked bid notices (read, own scope only).
Inferred read-onlylist_notifications케이알 비드 (KR-BID, 나라장터/G2B) lists the authenticated user's recent notifications (read, own scope only).
Inferred read-onlylist_watch_keywords케이알 비드 (KR-BID, 나라장터/G2B) lists the authenticated user's alert (watch) keywords (read, own scope only).
Inferred read-onlyremove_bookmark케이알 비드 (KR-BID, 나라장터/G2B) removes a bid notice from the authenticated user's bookmarks (write/destructive, own scope only).
Potential side effectsremove_watch_keyword케이알 비드 (KR-BID, 나라장터/G2B) removes an alert (watch) keyword for the authenticated user (write/destructive, own scope only); future bid notices stop matching it for this user.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kr-bid.com was fetched 2026-08-23T19:08:35.270Z.
kr-bid.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.