← ufosint.com
INDIVIDUAL MCP TOOL
get_timeline
Sighting counts grouped by year (default) or by month (when a year is supplied).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ufosint-com]
url = "https://ufosint.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ufosint-com": {
"type": "http",
"url": "https://ufosint.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ufosint-com
Remote MCP URL: https://ufosint.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ufosint-com": {
"url": "https://ufosint.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ufosint-com": {
"type": "http",
"url": "https://ufosint.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ufosint-com",
"transport": "streamable-http",
"url": "https://ufosint.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_sightings— Search the unified UFO sightings database by free text and/or structured filters.get_sighting— Fetch the full record for a single sighting by its database id.get_stats— Top-level statistics about the database: total sightings, row counts by source, date range covered, count of geocoded locations, count of duplicate candidate pairs.find_duplicates_for— Find duplicate-candidate pairs flagged for a given sighting.count_by— Count sightings grouped by a categorical field.