Server data from the Official MCP Registry
Track partnership work, log mission hours, and see what needs your approval on 1lev1.com.
About
Track partnership work, log mission hours, and see what needs your approval on 1lev1.com.
Remote endpoints: streamable-http: https://api.1lev1.com/api/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
2 tools verified ยท Open access ยท No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-avi-adam-1lev1": {
"url": "https://api.1lev1.com/api/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
1lev1 MCP Setup ๐ (English)
A CLI tool to quickly connect the 1lev1 system to your favorite AI agents (Claude Desktop, Cursor, Windsurf, VS Code, etc.) using the MCP (Model Context Protocol).
Features
By connecting, your AI agent gains "superpowers" within the 1lev1 system:
- ๐ Timer Control: Start, stop, and manage timers in real-time.
- ๐ค Partnerships: Manage and connect different entities in the system.
- โ Task Management: Automatically create and track tasks.
- ๐ Voting & Sales Data: Get real-time updates on audience voting and sales reports.
Installation & Usage
No prior installation is needed. Simply run:
npx 1lev1-mcp
This does two things:
- Connects โ opens 1lev1.com, you log in and approve, and the API key is written into every AI agent you actually have installed.
- Installs the skill โ the standing instructions that teach the agent what a rikma is, that logged hours are ownership, and that it must never vote or sign a profit-split on somebody else's behalf. The connection gives the agent hands; the skill gives it judgement.
Restart your agent afterwards to pick up the new config.
To undo everything:
npx 1lev1-mcp remove
That removes the server entry and the skill from every agent config. The API key itself stays valid until you revoke it at 1lev1.com โ Settings โ API keys.
What it will not touch
- Config files that are not plain JSON (VS Code
settings.jsonwith comments, for example) are left alone and reported, never rewritten. - Agents you have not installed are skipped โ no directories are created and no API key is written for a tool you do not use.
- Every file it does modify is backed up once to
<file>.1lev1.bakfirst, and written atomically.
Customization (for Developers)
To use this tool for your own MCP project, follow these two simple steps:
- Edit Config: Change the values in
src/app-config.jsto match your service name and server URLs. - Server-Side Implementation: Ensure your website has the following routes:
authUrlBase: A page for authentication that returns the user to the callback URL with the API Key.mcpUrl: The MCP server endpoint (supporting SSE or Stdio).
1lev1 - we can together ๐
1lev1 MCP Setup (Hebrew) ๐
ืืื CLI ืืืืืืจ ืืืืจ ืฉื ืืขืจืืช 1lev1 ืืกืืื ื ื-AI ืืืืืืื ืขืืื (Claude Desktop, Cursor, Windsurf, VS Code ืืขืื) ืืืืฆืขืืช ืคืจืืืืงืื MCP (Model Context Protocol).
ืื ืื ืืืคืฉืจ?
ืืืืฆืขืืช ืืืืืืจ, ืกืืื ื-AI ืฉืื ืืงืื ืืืืืืช "ืขื" ืืชืื ืืืขืจืืช ืฉื 1lev1:
- ๐ ืฉืืืื ืืืืืืจืื: ืืคืขืื, ืขืฆืืจื ืื ืืืื ืืื ืืืื ืืืช.
- ๐ค ืืฆืืจืช ืฉืืชืคืืืืช: ื ืืืื ืืืืืืจ ืืืจืืื ืฉืื ื ืืืขืจืืช.
- โ ื ืืืื ืืฉืืืืช: ืืฆืืจื ืืืขืงื ืืืจ ืืฉืืืืช ืืฆืืจื ืืืืืืืืช.
- ๐ ื ืชืื ื ืืฆืืขืืช ืืืืืจืืช: ืงืืืช ืืืืข ืืขืืืื ืขื ืืฆืืขืืช ืงืื ืืื"ืืืช ืืืืจื.
ืืชืงื ื ืืฉืืืืฉ
ืืจืืข ืฉืืืืืื ืืคืืจืกืืช ื-NPM, ืืื ืฆืืจื ืืืชืงื ื ืืืงืืืช. ืคืฉืื ืืจืืฆื:
npx 1lev1-mcp
ืืชืืื ืืืฉืืช (ืืืคืชืืื)
ืื ืืจืฆืื ื ืืืฉืชืืฉ ืืืื ืื ืขืืืจ ืคืจืืืงื MCP ืืฉืื, ืขืืื ืืืฆืข ืฉื ื ืคืขืืืืช ืคืฉืืืืช:
- ืขืจืืืช ืืงืื ืคืื: ืฉื ื ืืช ืืขืจืืื ื-
src/app-config.jsืืื ืฉืืชืืืื ืืฉื ืืฉืืจืืช ืืืืชืืืืช ื-URL ืฉื ืืฉืจืช ืฉืื. - ืืืืืฉ ืืฆื ืืฉืจืช: ืขืืื ืืืืื ืฉืืืชืจ ืฉืื ืงืืืืื ืืจืืืืื (Routes) ืืืืื:
authUrlBase: ืืฃ ืฉืืืฆืข ืืืืืช ืืืืืืจ ืืช ืืืฉืชืืฉ ืืืชืืืช ื-callback ืขื ื-API Key.mcpUrl: ื ืงืืืช ืืงืฆื (Endpoint) ืฉื ืฉืจืช ื-MCP ืฉืชืืืืช ื-SSE ืื ื-Stdio.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai ยท Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
MCP Marketplace
Freeby mcp-marketplace ยท Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
