Pinloft: Batch Geocoder — Address to Lat/Long + Census FIPS
Server Details
Pinloft: US address to lat/lon, county, FIPS; reverse geocoding. Free, no key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- shawmena-dotcom/product-factory
- GitHub Stars
- 0
TDQS
Scored across 2 tools
The two tools have entirely distinct purposes: forward geocoding (address to coordinates) and reverse geocoding (coordinates to address). No overlap or ambiguity exists.
Both tool names follow a consistent verb_noun pattern: 'geocode_address' and 'reverse_geocode'. The second name is a slight variation but still uses a verb prefix, maintaining a clear and predictable convention.
With only 2 tools, the server feels minimal, but for a geocoding service these are the two essential operations (forward and reverse). It is borderline acceptable, as the tool descriptions indicate batch processing within each call, so the count is not overly thin for the domain.
The server covers both primary geocoding directions and enriches results with FIPS codes and additional administrative data. Minor gaps include the lack of a dedicated batch endpoint or a separate tool for obtaining only FIPS codes, but these are not critical dead ends for typical workflows.
Available Tools
2 toolsgeocode_addressAddress to latitude/longitude (+ US county and FIPS)ARead-onlyIdempotentInspect
Convert up to 5 street addresses to latitude/longitude with a cleaned, matched address and match confidence. US addresses also get state, county, tract, block group and block FIPS codes (US Census geocoder); include_districts adds congressional and state legislative districts, city, school district and metro area. Worldwide addresses use OpenStreetMap.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | "auto" (default), "US", or ISO-2 codes for non-US lookups | |
| addresses | Yes | Addresses, one per item, e.g. "1600 Pennsylvania Ave NW, Washington, DC 20500" or "10 Downing St, London". Up to 5. | |
| include_districts | No | Add districts for US matches |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: it returns a cleaned matched address and confidence, and explains the different backends (US Census vs OpenStreetMap) and optional district enrichment. This goes beyond the annotations and is transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, but the second is long and packs multiple clauses (US Census details, include_districts, OSM). The core purpose is front-loaded in the first sentence. It is efficient but slightly dense; no wasted words, though the structure could be split for readability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 3 parameters and no output schema, the description covers the primary behavior (geocoding, cleaning, confidence, FIPS, districts). It doesn't describe the exact return format or error handling, but for a forward-geocoding tool this is acceptable. It gives enough for an agent to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (all three parameters have descriptions), so baseline is 3. The description adds meaning beyond the schema: it explains how the 'country' parameter affects output (US vs worldwide), what 'include_districts' adds, and provides concrete example formats. This extra context helps the agent choose parameter values effectively.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb ('convert'), resource ('street addresses to latitude/longitude'), and the key outputs (cleaned address, confidence, FIPS codes, districts). It also differentiates US vs worldwide behavior, clearly distinguishing it from the sibling reverse_geocode.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains what it does and that US addresses get extra data, but it never explicitly says when to use this tool versus the sibling reverse_geocode. It doesn't state when not to use it or mention alternatives, leaving the agent to infer from the name and description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
reverse_geocodeCoordinates to street address (+ US FIPS and districts)ARead-onlyIdempotentInspect
Convert up to 5 latitude/longitude points to the nearest street address (OpenStreetMap), and for US points add state/county/tract/block FIPS codes and congressional/state districts from the US Census geocoder.
| Name | Required | Description | Default |
|---|---|---|---|
| coordinates | Yes | "latitude,longitude" strings, e.g. "40.7484,-73.9857" |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, openWorld, and non-destructive. The description adds meaningful behavioral context by naming OpenStreetMap as the address source and the US Census geocoder as the source for FIPS and district data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence delivers the core operation first and then the US-specific enrichment. It is compact, front-loaded, and contains no redundant wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only tool with rich annotations and no output schema, the description conveys input format, cardinality, data sources, and expected enriched outputs. Minor omissions such as failure behavior are acceptable for this level of simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the coordinates parameter is already documented with format and example. The description restates the up-to-5 point limit but adds no new parameter-level semantics beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific operation (convert) and resource (latitude/longitude points to nearest street address), then adds the US Census enrichment. This clearly distinguishes the tool from the sibling geocode_address by direction and output.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly establishes the context: this tool is for converting coordinates to addresses and adding US FIPS and district data. It does not explicitly name geocode_address or state when not to use this tool, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
geocode_address - First observed
reverse_geocode
Related MCP Connectors
Pinloft: US address to lat/lon, county, FIPS; reverse geocoding. Free, no key.
21Ziplore: US ZIP to county, FIPS, time zone, Census demographics; radius and city ZIPs. Free, no key.
51Ziplore: US ZIP to county, FIPS, time zone, Census demographics; radius and city ZIPs. Free, no key.
Postal lookups for 120 countries with cited sources; deep US tier: demographics, climate, area codes
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables forward and reverse geocoding of US addresses, returning coordinates and the full Census geography stack with GEOIDs, including batch geocoding of up to 100 addresses.MIT
- AlicenseNot gradedqualityBmaintenanceEnables geocoding and reverse geocoding of addresses, including batch processing up to 10,000 addresses and optional data fields such as congressional district, census/FIPS, timezone, and demographics.MIT
- AlicenseAqualityDmaintenanceGlobal postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.41MIT
- AlicenseAqualityCmaintenanceProvides access to the U.S. Census Bureau Geocoding Services API, enabling geocoding addresses, reverse geocoding coordinates, and retrieving Census geographies without an API key.12MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.