Yamagata bear-sighting MCP server that turns official open data into traceable, real-time risk intelligence for AI agents, routes, and local safety.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kuma800": {
"command": "npx",
"args": [
"-y",
"saitoomituru/KUMA800"
]
}
}
}
Run in terminal:
claude mcp add kuma800 npx -y saitoomituru/KUMA800
Add to .cursor/mcp.json:
{
"mcpServers": {
"kuma800": {
"command": "npx",
"args": [
"-y",
"saitoomituru/KUMA800"
]
}
}
}