cycle 3: MCP server, security audits, and the Parasol SDK
19 commits. 48 hours. this cycle changed what Parasol is.
we started the week as a trading agent. we ended it as an intelligence layer that any AI in the world can plug into. here's everything that shipped.
---
the Parasol MCP server
this is the headline. Parasol now speaks the Model Context Protocol, the industry standard for connecting AI agents to external tools. Claude, GPT, Cursor, or any custom AI agent can connect to Parasol and use our trading intelligence directly.
8 tools available:
why this matters: nobody else has built a memecoin-specific MCP server for Solana. the existing ecosystem has raw blockchain data servers and generic DeFi tools. nobody wraps rug detection, honeypot checking, bonding curve intelligence, and the kind of battle-tested execution infrastructure that Parasol has. this is the first.
any developer building a trading bot, a Telegram alert system, a portfolio dashboard, or an AI research tool can now plug into months of Parasol infrastructure with a single API key.
---
the Parasol SDK
we built a complete billing and API key system so developers can pay for what they use.
how it works:
pricing is simple: 1 PCU = $0.001. a rug check costs $0.005. a full token analysis costs $0.008. portfolio reads and agent status checks are free.
the billing system was designed with input from a security audit modeled on Solana Foundation standards. every deposit is verified on-chain before credits are applied. the ledger tracks every credit and debit for full auditability.
SDK and MCP documentation is available on our GitHub repository. For API access, reach out on Discord or X.
---
8 security audits, 18 fixes shipped
we ran the most comprehensive security review in Parasol's history. 8 parallel audits, each from a different expert perspective:
130+ total findings. 18 fixed and deployed the same day. the remaining findings are documented and prioritized for upcoming cycles.
---
dual-path transaction submission
every sell now fires through two independent paths simultaneously: staked RPC and Jito bundle auction. the first one to land wins. the other is naturally deduplicated by Solana.
this means every sell gets both the speed of staked connections and the MEV protection of Jito bundles. previously these ran sequentially (try Jito, wait, fall back to RPC). now they race in parallel.
---
deterministic take-profit execution
we removed the momentum continuation skip that was causing 35% of take-profit levels to never fire. when a token hit TP1 during strong momentum, the system would redistribute that portion to TP2 instead of selling. if the token reversed before TP2, the profit was lost.
now TPs fire when price crosses the level. the trailing stop handles upside capture for strong momentum. guaranteed profit at each level.
---
auth enforcement
every mutation endpoint in the API (65+ routes) now receives authentication headers from the frontend. previously only 30% of fetch calls included auth tokens.
we also removed a legacy fallback that accepted userId from request headers, which was a user impersonation vulnerability. and we protected the /api/cycle endpoint with cron secret verification so external callers can't trigger trade cycles.
---
whitepaper v4.0
the whitepaper was rewritten from scratch to reflect the current state of the product:
---
Colosseum Solana Frontier hackathon
we have officially entered the Colosseum Solana Frontier hackathon (April 6 to May 11).
our submission: Parasol as Solana's memecoin intelligence layer, powered by MCP. any AI agent can analyze tokens for safety, detect rug pulls, check honeypot status, and execute trades through a standard protocol.
the hackathon gives us 5 weeks to refine the product, build the pitch video, and demonstrate that the combination of human conviction and AI discipline creates a genuinely new capability in DeFi.
we're building in public. every commit deploys immediately. you can watch the product evolve in real time.
---
what's next
19 commits in 48 hours. the product is fundamentally different from what it was at the start of the week. and we're just getting started.