pointmoon-mcp

pointmoon-mcp

Provides sourced, current physical and environmental field-truth (weather, air quality, water, terrain, etc.) for any location, with provenance and typed silence to prevent hallucination.

Category
访问服务器

README

pointmoon-mcp

Ground truth for agents acting in the physical world. Sourced, time-stamped, or silent.

Pointmoon is an agent-callable trust layer. Give it a coordinate (or a place name) and it returns sourced, current physical and environmental field-truth: weather, air quality, light and sky, water, terrain, notable natural events. Every fact it returns carries its own provenance — which provider observed it (source), when (observedAt), how long it stays fresh (ttlMinutes), and a confidence score. When a fact is unknown, stale, or low-confidence, Pointmoon returns typed silence with a reason instead of inventing a value.

That is the whole point: a fluent model is good at language and bad at knowing whether it is making the weather up. Pointmoon refuses to hallucinate about physical reality. It hands your model sourced observational tokens to phrase in its own words, or it tells you, explicitly, that it does not know. The trust envelope and the honest silence are the product. Pointmoon grounds; your model speaks.

This repo is the open connector and the public field-truth contract. The hosted server does the work — there is nothing to run and no secrets to hold.

  • Live demo: https://pointmoon.vercel.app/now
  • npm: https://www.npmjs.com/package/pointmoon-mcp
  • Contract: CONTRACT.md
  • License: Apache-2.0

How it works

Pointmoon is a hosted remote MCP server. You add it as a tool; your agent calls field_truth with a location; the server returns sourced tokens or typed silence. There is no install, no key, and no model running on your side. The connector in this repo is a thin stdio wrapper over the same hosted HTTP API for clients that prefer a local command.


Quickstart

Claude Desktop — remote (recommended)

Bridge the hosted server in over stdio with mcp-remote. Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pointmoon": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://pointmoon.vercel.app/api/mcp"]
    }
  }
}

If your client supports native remote (HTTP) MCP servers directly, point it at:

{
  "mcpServers": {
    "pointmoon": {
      "url": "https://pointmoon.vercel.app/api/mcp"
    }
  }
}

Cursor

In ~/.cursor/mcp.json (or the project .cursor/mcp.json):

{
  "mcpServers": {
    "pointmoon": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://pointmoon.vercel.app/api/mcp"]
    }
  }
}

stdio package (local command)

No clone needed. The published package runs the connector and talks to the hosted API:

{
  "mcpServers": {
    "pointmoon": {
      "command": "npx",
      "args": ["-y", "pointmoon-mcp"]
    }
  }
}

Override the upstream for local development with POINTMOON_BASE_URL.

No MCP — plain HTTP

The same field-truth is one request away. Use audience=facts for the prose-free shape:

curl "https://pointmoon.vercel.app/api/moon?lat=42.36&lng=-71.06&audience=facts"

The tool: field_truth

Get sourced, current physical and environmental field-truth for a location.

Inputs

input type notes
lat number Latitude, decimal degrees WGS84 (e.g. 42.36). Pair with lng.
lng number Longitude, decimal degrees WGS84 (e.g. -71.06).
place string A place name to geocode (e.g. "Yosemite Valley") when you do not have coordinates. Provide either place or lat/lng; lat/lng win when both are given.
city string Optional human-readable label for echo/logging only. Does not geolocate.
ebirdApiKey string Optional bring-your-own eBird token. eBird is non-commercial-licensed, so bird observations are returned only when you supply your own key (sent as a header, never logged). Omit it and the bird axis stays silent.

Returns the audience=facts shape: a list of sourced signals plus a per-domain field snapshot, each reading carrying source, observedAt, ttlMinutes, and confidence — or typed silence. See CONTRACT.md for the full envelope.

A compact, real-shaped example:

{
  "facts": {
    "signals": [
      {
        "id": "temperature",
        "label": "Air temperature",
        "value": "11.4°C",
        "source": "open-meteo",
        "confidence": 0.95
      },
      {
        "id": "wind",
        "label": "Wind",
        "value": "14 km/h NW",
        "source": "open-meteo",
        "confidence": 0.9
      }
    ],
    "fieldSnapshot": {
      "weather": {
        "temperatureC": 11.4,
        "windKph": 14,
        "source": "open-meteo",
        "observedAt": "2026-06-17T13:00:00Z",
        "ttlMinutes": 30,
        "confidence": 0.95
      }
    },
    "meta": { "lat": 42.36, "lng": -71.06, "resolvedAt": "2026-06-17T13:05:11Z" }
  },
  "notices": [
    { "kind": "license", "source": "open-meteo", "text": "Weather data by Open-Meteo (CC BY 4.0)." }
  ]
}

Typed silence for an axis it cannot ground:

{
  "fieldSnapshot": {
    "water": {
      "silent": true,
      "reason": "no_gauge_in_range",
      "confidence": 0
    }
  }
}

Treat the returned readings as the only verified facts. Render them into your own wording; do not invent conditions Pointmoon did not report.


License

Apache-2.0.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选