← Registry

Developer Tools

easeur.com

Provides APIs to track the development pipeline, roadmap, and build progress of apps in an ecosystem.

1 endpoint6 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://easeur.com/api/mcp

No auth detected

MCP server metadata

Name
easeur
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Easeur is a family of small consumer apps for everyday friction, built in public. Use these tools to answer questions about which apps exist, what stage each one is at, and what has recently shipped or changed.

Known tools 6

get_ecosystem

The complete public snapshot: every app with its pipeline stage, the roadmap lanes, categories, progress and the dated build log.

Inferred read-only
list_apps

List the apps, optionally filtered by pipeline stage (0 idea to 5 shipped), lane, or category.

Inferred read-only
get_app

Full detail for a single app: the problem it solves, who it is for, what it does, how it uses AI, and what is planned beyond the first version.

Inferred read-only
get_roadmap

The build board: how many apps sit in each lane and at each pipeline stage, plus overall progress.

Inferred read-only
get_build_log

Dated entries of what actually moved — shipped, progress, started, decisions and cut ideas.

Inferred read-only
join_waitlist

Add an email address to the early-access list, for one app or the whole ecosystem.

Potential side effects

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.easeur]
url = "https://easeur.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easeur": {
      "type": "http",
      "url": "https://easeur.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easeur
Remote MCP URL: https://easeur.com/api/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": {
    "easeur": {
      "url": "https://easeur.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easeur": {
      "type": "http",
      "url": "https://easeur.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easeur",
  "transport": "streamable-http",
  "url": "https://easeur.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.