Developer Tools
easeur.com
Provides APIs to track the development pipeline, roadmap, and build progress of apps in an ecosystem.
ENDPOINT 1
https://easeur.com/api/mcp
MCP server metadata
- Name
- easeur
- Version
- 1.0.0
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_ecosystemThe complete public snapshot: every app with its pipeline stage, the roadmap lanes, categories, progress and the dated build log.
Inferred read-onlylist_appsList the apps, optionally filtered by pipeline stage (0 idea to 5 shipped), lane, or category.
Inferred read-onlyget_appFull 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-onlyget_roadmapThe build board: how many apps sit in each lane and at each pipeline stage, plus overall progress.
Inferred read-onlyget_build_logDated entries of what actually moved — shipped, progress, started, decisions and cut ideas.
Inferred read-onlyjoin_waitlistAdd an email address to the early-access list, for one app or the whole ecosystem.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.