CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

不動産競売 構造化データハブ — Japan real-estate auctions

keibai-hub/keibai-hub-mcp
HTTPregistry active
Summary

Connects Claude to Japan's official court-run real estate auction registry (BIT) with five tools for searching, filtering, and retrieving structured auction data. You can search across ~1,480 active listings by prefecture, court, property type, price range, or Japanese keyword, pull full case details including photos and bid periods, list upcoming sales within a rolling window, and look up court codes or professional practitioner directories for post-acquisition legal work. Data refreshes twice daily and is published under CC BY 4.0. Useful if you're building tooling around Japanese real estate auctions, need programmatic access to court sale data, or want LLM-friendly structured alternatives to the session-bound BIT interface.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

不動産競売 構造化データハブ — Japan real-estate auctions MCP server

Smithery

Japanese court-run real-estate auction registry (BIT, bit.courts.go.jp) re-published as a structured Remote MCP server.

  • ~1,480 active auctions
  • 46 prefectures
  • 110+ district courts and branches
  • Updated twice daily (06:07 / 18:07 JST)

Connect

Remote MCP endpoint (Streamable HTTP):

https://keibai-hub.com/mcp-auctions

Claude Desktop / Cursor / Cline

Add to your mcp_servers config:

{
  "keibai-hub": {
    "url": "https://keibai-hub.com/mcp-auctions"
  }
}

Smithery one-click

Add to Smithery

Tools (5)

ToolDescription
search_auctionsSearch by keyword (Japanese FTS over title/address) / prefecture / court_code / property_type / price range / bid_period_only
get_auction_detailFetch one auction by case_id (e.g. bit_00000078922) — returns case_number, court, price, bid period, photos, etc.
list_upcoming_salesList auctions whose opening_date falls within the next N days (default 14, max 90)
get_court_directoryLook up a Japanese district court (本庁 or 支部) by code
find_practitioner_for_auctionReturns 司法書士 / 弁護士 / 不動産鑑定士 / 土地家屋調査士 federation directories for a given auction stage (post_acquisition / pre_bid / eviction / boundary_dispute)

Data sources & license

  • Source: BIT (https://www.bit.courts.go.jp/, 最高裁判所) under 民事執行法 64 条 5 項 公示原則
  • Structuring layer license: CC BY 4.0 — attribute the canonical _canonical URL of each record
  • This service is information-only and does not act as a paid intermediary
  • BIT URLs are session-bound; use the bit_lookup_hint field (case_number) to search BIT manually

REST API (no MCP)

If you prefer plain HTTP without MCP:

  • GET https://keibai-hub.com/api/auctions/search?prefecture=東京都&limit=20
  • GET https://keibai-hub.com/api/auctions/{case_id}
  • GET https://keibai-hub.com/api/auctions/{case_id}.md (Markdown variant, token-efficient)
  • GET https://keibai-hub.com/api/auctions/coverage
  • GET https://keibai-hub.com/api/auctions/upcoming?days_ahead=14
  • GET https://keibai-hub.com/.well-known/coverage-auctions.json
  • GET https://keibai-hub.com/llms.txt

Contact

Issues and feature requests via GitHub issues.

License

MIT (this repository's metadata only — the auction data carries CC BY 4.0).

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 12, 2026
View on GitHub