
Api
Benriscore is a MCP server that returns purpose-aware accessibility scores for any coordinate in Japan via an authenticated HTTP API.
About
Benriscore API MCP exposes purpose-aware accessibility scoring for coordinates throughout Japan through a streamable-http remote endpoint. Developers shipping map widgets, relocation guides, franchise site pickers, or lifestyle SaaS can let their coding agent fetch normalized scores instead of hand-rolling GIS pipelines or guessing walkability from static blog posts. Authentication uses a required Bearer token obtained from the benriscore.com API portal, which keeps the integration squarely in Build integrations: you are embedding a paid or keyed data service into something users will touch. The GitHub-backed project and 0.1.0 manifest signal an evolving API surface, so treat responses as analytics inputs you validate in your UX copy and thresholds. This is geospatial analytics MCP, not a SEO skill or a security scanner, though prototypes can reuse the same connector to sanity-check a Japan MVP location story.
- 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
Api by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http api https://api.benriscore.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Attach purpose-aware Japan accessibility scores to maps, travel, or local-life features your agent is implementing.
Who is it for?
Best when you're building Japan-focused map, travel, real-estate, or local-discovery products that need API-grade accessibility metrics.
Skip if: Products outside Japan, developers who only need coarse city-level SEO content without coordinates, or teams unwilling to manage a benriscore API token.
What you get
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
By the numbers
- Coverage described as every coordinate in Japan
- Server version 0.1.0 in published MCP manifest
- Streamable-http remote at api.benriscore.com/mcp
Recommended MCP Servers
How it compares
Japan geospatial analytics MCP API, not a generic brainstorming skill or App Store optimization pack.
FAQ
Who is Benriscore for?
Developers 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.