Bytesagain Mcp
v1.0.1Connect AI agents to BytesAgain skill search via MCP SSE. Shows setup commands for OpenClaw, Claude Desktop, and curl. No files modified.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim to connect agents to BytesAgain MCP SSE. The included script only contacts https://bytesagain.com, prints setup snippets for OpenClaw/Claude/curl, and lists tools — no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the script instruct the user to modify their client config (example path for Claude is shown) but do not modify files automatically. The script issues HTTP POSTs (initialize, tools/list) to the BytesAgain endpoint and prints/parses responses locally. Be aware that connecting an agent to a remote MCP server gives that server the ability to advertise tools and receive whatever RPC payloads the agent sends; inspect responses before trusting them.
Install Mechanism
No install spec — instruction-only with a small helper script. No downloads or archive extraction; script only requires curl, python3, and mktemp which are reasonable for its functionality.
Credentials
No environment variables, credentials, or uncommon config paths are requested. The network access is limited to the documented bytesagain.com endpoint; this matches the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide modifications. It does recommend restarting the gateway/client after adding the server, which is normal for MCP integrations.
Assessment
This skill is small and appears to do only what it says: show setup commands and test a public MCP endpoint. Before you use it: (1) verify you trust https://bytesagain.com (check the site and TLS certificate); (2) back up any client config file before pasting the suggested JSON into it; (3) run scripts/script.sh test to see what the endpoint returns and inspect the JSON response; (4) remember that connecting your agent to a remote MCP server lets that server offer tools that your agent may call — only connect to services you trust. If you are uncomfortable with autonomous model invocation of remote tools, consider restricting the skill or disabling autonomous invocation in your agent settings.Like a lobster shell, security has layers — review code before you run it.
latest
BytesAgain MCP
Connect your AI agent to BytesAgain skill search via MCP SSE protocol. Works with OpenClaw, Claude Desktop, and any MCP-compatible client.
MCP endpoint: https://bytesagain.com/api/mcp/sse
Transport: streamable-http
Auth: none required
Commands
setup
Show MCP connection commands for your client.
bash scripts/script.sh setup
setup --client openclaw
Show OpenClaw setup command.
bash scripts/script.sh setup --client openclaw
setup --client claude
Show Claude Desktop config JSON.
bash scripts/script.sh setup --client claude
test
Test the MCP endpoint is reachable and responding.
bash scripts/script.sh test
tools
List available MCP tools exposed by BytesAgain.
bash scripts/script.sh tools
Available MCP Tools
Once connected, your agent can call:
| Tool | Description |
|---|---|
search_skills | Search 788+ BytesAgain skills by keyword |
get_skill | Get full details + install command for a skill |
popular_skills | Top skills ranked by downloads |
Requirements
- curl
- python3 (for JSON formatting)
Notes
- After registering, restart your gateway and start a new session to activate tools
- Only returns skills published by BytesAgain authors
- Free, no API key needed
- Docs: https://bytesagain.com/mcp
Comments
Loading comments...
