Server data from the Official MCP Registry
MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.
About
MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.
Security Report
BagOS is a well-engineered MCP server for Solana trading with strong security controls. The codebase demonstrates high quality with comprehensive testing (100% coverage, 337 tests), proper authentication via API keys and token gating, and careful confirmation workflows for financial transactions. Permissions align with its purpose (network access for APIs, file I/O for keypairs, environment variables for configuration). One known dependency issue exists but is acknowledged and documented with no available remediation, and some low-severity code quality patterns are present but do not impact the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 9 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.
What You'll Need
Set these up before or after installing:
Environment variable: BAGS_API_KEY
Environment variable: BAGS_NETWORK
Environment variable: SOLANA_RPC_URL
Environment variable: BAGS_KEYPAIR_PATH
Environment variable: BAGS_MAX_SOL_PER_TX
Environment variable: BAGS_MAX_SOL_PER_SESSION
Environment variable: BAGS_ALLOW_UNCONFIRMED
Environment variable: BOS_TOKEN_MINT
Environment variable: BOS_REQUIRED_BALANCE
Environment variable: BAGS_ALLOW_UNCAPPED_TOKEN_SWAPS
Environment variable: USE_MOCK_DATA
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-edycutjong-bagos": {
"env": {
"BAGS_API_KEY": "your-bags-api-key-here",
"BAGS_NETWORK": "your-bags-network-here",
"USE_MOCK_DATA": "your-use-mock-data-here",
"BOS_TOKEN_MINT": "your-bos-token-mint-here",
"SOLANA_RPC_URL": "your-solana-rpc-url-here",
"BAGS_KEYPAIR_PATH": "your-bags-keypair-path-here",
"BAGS_MAX_SOL_PER_TX": "your-bags-max-sol-per-tx-here",
"BOS_REQUIRED_BALANCE": "your-bos-required-balance-here",
"BAGS_ALLOW_UNCONFIRMED": "your-bags-allow-unconfirmed-here",
"BAGS_MAX_SOL_PER_SESSION": "your-bags-max-sol-per-session-here",
"BAGS_ALLOW_UNCAPPED_TOKEN_SWAPS": "your-bags-allow-uncapped-token-swaps-here"
},
"args": [
"-y",
"bagos-mcp-server"
],
"command": "npx"
}
}
}Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
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
