mcpbeat Sign in

logr MCP Server

answering

logr is answering right now. Last checked 5 min ago. It exposes 6 tools. Last commit 7 Aug 2026.

Query any public logr profile — timelines, events, full context — plus owner-authorized writes.

Uptime history 47 days of history · worst day 45%
47 days agonow
73.6%
Uptime 24h
67 of 91 checks
6
Tools
read from the server
299 ms
Response time
average over 24h
1
Stars
last commit 7 Aug 2026

What the code does

We read the source, 23 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation design/dashboard.html:861
          <select id="f-layout">
            <option value="timeline">timeline — rail + dots</option>
Runs an external command src/lib/import-job.ts:182
    const m = /^https:\/\/medium\.com\/feed\/(@[^/]+)/.exec(input.url);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add mcp --transport http https://logr.it/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://logr.it/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://logr.it/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://logr.it/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://logr.it/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

context
get_context
The complete Markdown context for a profile — identity, about, and full timeline with sources. Same content as the logr://profiles/{username} resource, for clients that prefer tools.
event
get_event
One timeline event in full, including its media (image/video/link URLs).
events
search_events
Keyword search over a profile's timeline (title, body, tags). All terms must match. Plain text matching — no semantic search.
profile
get_profile
A profile's identity card: who they are, what they're doing now, socials, and timeline stats.
profiles
find_profiles
Search public logr profiles by name, handle, bio, or location. Returns handles to use with the other tools.
timeline
get_timeline
A profile's timeline events, newest first, optionally filtered by tag, year, featured, or pinned.

Endpoints

URLTransportStateLatencyChecked
https://logr.it/mcp streamable-http answering 293 ms 5 min ago

Alternatives to logr

same job, measured the same way
Mixpanel MCP
by mrfentmen

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

36 installs/wk local only
AIsa Instagram
by aisa

Public profiles, timelines, reels, highlights, comments and video transcripts.

answering
ask-ogino
by shunkiogino

Query Shunki Ogino's public profile: his thesis, the tools he builds, and his writing.

6 tools answering
Ndjson Local Log Triage MCP
by vola-trebla

Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.

29 installs/wk local only
Exogram Authority Runtime
by richard-ewing

Model Context Protocol server for the Exogram Authority Runtime.

130 installs/wk local only
UseMyContext.ai
by usemycontext

Personal context for AI, written by you and never scraped: your profile and files, any MCP client.

13 tools answering
Website Email Extractor, Phone & Contact Finder (CSV, Sheet)
by nero-engine

Published emails, phones and social profiles for every website in a list, CSV or Google Sheet.

answering
What Led To
by whatledto

Living, source-backed timelines of long-running events, with a quote and source per entry.

7 tools answering

logr — questions

Answers built from our own checks of this server.

What can logr do?
It exposes 6 tools, read directly from the server on our last check. Among them: find_profiles, get_context, get_event, get_profile, get_timeline, search_events. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is logr working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 67 of 91 checks got a reply (73.6%), average response time 299 ms. The bar chart above shows every period we have measured.
How do I connect logr?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does logr need an API key?
No. logr completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is logr?
It answers our handshake in 299 ms on average, which is faster than 53% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is logr open source?
We cannot say either way: written in TypeScript, 1 stars on GitHub and 13 open issues, but we could not determine the licence, and without one the code is not open source by default.