Sima Mcp Server
About
SIMA MCP Server provides read-only tools for discovering the capabilities of the SIMA protection platform for Solana AI agents, autonomous wallets, and trading bots.
Details
- Author
- Mustafashehab
- Downloads
- 160
- Categories
- Other
Jump to
- Discover SIMA platform capabilities
- Retrieve SDK installation guidance
- Explore protection quote workflow
- Zero configuration
- No API keys required
- Safe read-only tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Sima Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via npx -y @sima-prime/mcp-server. It requires zero configuration and no API keys.
sima_get_capabilities
Return public SIMA MCP server capabilities, safety boundaries, and buy path.
sima_get_sdk_install
Return public SIMA Agent SDK package, installation guidance, and buy path.
sima_get_openapi
Placeholder for SIMA OpenAPI URL discovery.
sima_get_wallet_auth_flow
Placeholder for wallet-first authentication flow guidance.
sima_get_quote_flow
Return SIMA Agent SDK quote/offer flow guidance plus concrete buy path (payment outside MCP).
sima_get_certificate_verification_flow
Placeholder for certificate verification flow guidance.
sima_get_claim_flow
Placeholder for claim intake and claim status guidance.
sima_get_public_discovery_assets
Return public SIMA discovery asset URLs plus buy CTA (/enter and SDK pay steps).
sima_get_safety_boundaries
Return SIMA MCP safety boundaries for Levels A/B (offer optional; payment outside MCP).
sima_create_protection_offer
Level B: create a protection offer via authenticated POST /agent/protection/offer. Requires SIMA_AGENT_ACCESS_TOKEN. Does not purchase, pay, or activate certificates.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sima mcp server": {
"sima": {
"command": "npx",
"args": [
"-y",
"@sima-prime/mcp-server"
]
}
}
}
}
McpServers
{
"sima": {
"command": "npx",
"args": [
"-y",
"@sima-prime/mcp-server"
]
}
}
SIMA MCP Server
SIMA MCP Server provides read-only tools for discovering the capabilities of the SIMA protection platform for Solana AI agents, autonomous wallets, and trading bots.Features
Discover SIMA platform capabilities Retrieve SDK installation guidance Explore the protection quote workflow Zero configuration No API keys required Safe read-only toolsInstall
``bash
npx -y @sima-prime/mcp-server
``
GitHub
https://github.com/Mustafashehab/SIMAWebsite
https://sima-prime.comSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



