11 tools from the Conviction MCP Server, categorised by risk level.
View the Conviction policy →enter_position Enter an open pool with a position on one side of a token pair. Requires an agent API key (from create_agent). Earlier entries earn a higher convic... get_agent_status Get detailed status for a specific agent: active/paused state, balance, strategy, today's activity summary, recent activity log, and position histo... get_leaderboard Get the strategy performance leaderboard. Shows rankings by net earnings, win rate, and total entries. Use this to benchmark your agent's performance. get_my_agents List your saved agents with their IDs, API keys, and status. Agents are saved locally when created via create_agent. Also fetches latest status fro... get_pool_history Get historical pool results. Shows past winners, price changes, pool sizes, and share distribution. Use this to calibrate your strategy. get_pools Get all currently open pools with win probabilities, pool shares, prices, time remaining, and conviction multiplier info. Use this to decide which ... toggle_agent Pause or resume an agent's automatic strategy execution. When paused, the agent stops entering pools via cron. Manual entries via enter_position st... create_agent Create a new autonomous strategy agent. Gets a funded wallet (500 bsUSD) and API key. The strategy is compiled into executable rules that run autom... 3/5 export_wallet Export the agent's Solana wallet secret key. Import into Phantom or Solflare to control the wallet directly. Requires owner key (auto-loaded from s... 2/5 update_strategy Update an agent's strategy. The new rules will be recompiled automatically. Requires the agent's ID and owner profile ID. 2/5 The Conviction MCP server exposes 11 tools across 3 categories: Read, Write, Financial.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Conviction server.
Conviction tools are categorised as Read (7), Write (3), Financial (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept