INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://easeur.com/api/mcp
Connect to this endpoint to inspect the live schema for get_app and invoke it with your own arguments.
Indexed 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 server
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.
Related tools
get_ecosystem— The complete public snapshot: every app with its pipeline stage, the roadmap lanes, categories, progress and the dated build log.list_apps— List the apps, optionally filtered by pipeline stage (0 idea to 5 shipped), lane, or category.get_roadmap— The build board: how many apps sit in each lane and at each pipeline stage, plus overall progress.get_build_log— Dated entries of what actually moved — shipped, progress, started, decisions and cut ideas.join_waitlist— Add an email address to the early-access list, for one app or the whole ecosystem.