
Api
Attach purpose-aware Japan accessibility scores to maps, travel, or local-life features your agent is implementing.
Overview
Benriscore is a MCP server for the Build phase that returns purpose-aware accessibility scores for any coordinate in Japan via an authenticated HTTP API.
What is this MCP server?
- Purpose-aware accessibility scoring for coordinates across Japan
- Streamable HTTP MCP remote at api.benriscore.com/mcp
- Bearer token issued via benriscore.com/api documentation site
- Server version 0.1.0 with open GitHub repository aoki-h-jp/benriscore
- Fits map, mobility, and neighborhood-ranking agent workflows
- Coverage described as every coordinate in Japan
- Server version 0.1.0 in published MCP manifest
- Streamable-http remote at api.benriscore.com/mcp
What problem does it solve?
Japan location features need consistent accessibility scoring by purpose, but solo builders lack time to compile national amenity datasets and scoring models from scratch.
Who is it for?
Solo developers building Japan-focused map, travel, real-estate, or local-discovery products that need API-grade accessibility metrics.
Skip if: Products outside Japan, builders who only need coarse city-level SEO content without coordinates, or teams unwilling to manage a benriscore API token.
What do I get? / Deliverables
Your agent can query benriscore MCP with a Bearer token and embed coordinate-level accessibility results into maps, rankings, or relocation assistants you are building.
- Accessibility scores for specified Japan coordinates inside dev workflows
- Structured location analytics you can map to UI badges or rankings
- Repeatable agent queries replacing one-off manual neighborhood research
Recommended MCP Servers
Journey fit
Coordinate-level amenity scoring is consumed when you wire location intelligence into a product, not when you are only brainstorming a vague Japan idea. Integrations is the canonical shelf because benriscore exposes a Bearer-authenticated HTTP MCP API meant to embed in apps and agents.
How it compares
Japan geospatial analytics MCP API, not a generic brainstorming skill or App Store optimization pack.
Common Questions / FAQ
Who is Benriscore for?
Indie builders creating Japan location-aware apps or agents who need purpose-specific accessibility scores per latitude-longitude point.
When should I use Benriscore?
Use it during Build integrations when you are coding maps, neighborhood comparators, or mobility features that should call a live Japan accessibility scoring API.
How do I add Benriscore to my agent?
Issue a Bearer token at https://benriscore.com/api, add the streamable-http remote https://api.benriscore.com/mcp with Authorization header, and register the server in your MCP client.