I realized that the product @moonpay just made looks similar to Orquestra(@orquestradev) MCP ๐ฅน except for the sign method (also there is a signer MCP too using Solana keychain).
I think I made a mistake by making it a public good, maybe I would get a Mio investment. Anyway, it has only 20+ tools in their list ๐ฉ Orquestra MCP has 4479 Solana programs ๐
And public source ๐ง๐ปโโ๏ธ
The next generation of Solana applications will be built for both humans and AI agents.
Orquestra makes this possible by transforming Solana IDLs into APIs and agent-ready interfaces.
This is just the beginning. ๐
I made a quick video showing the easiest ways to upload your @solana program's IDL.
Once your IDL is on-chain, AI agents (@claudeai, @openclaw) can start interacting with your program through Orquestra (@orquestradev).
If you're building on Solana (@solana_devs), this takes just a minute.
Watch the video ๐
Looks like I might need some help with something ๐
I just submitted the @n8n_io node version of @SolanaFndn Keychain, and I was honestly surprised to see that the package has already been installed 167 times.
Solana Keychain is the official package that brings together 16+ Solana wallet providers (like @privy_io, @crossmint ) under a single interface.
Just another small step toward making AI agents and workflow automation on @solana_ai a little easier.
Before I record the next Orquestra update video, I wanted to share what I've been working on.
โ ๏ธMaybe someone here has ideas or feedback that could make it even better.โ ๏ธ
Right now, Orquestra is continuously scanning both:
All OtterSec verified builds
All on-chain Solana programs with an IDL
So far, it's scanned 66,000+ programs.
From those, we've identified 214 programs that have both a verified build and an on-chain IDL
One feature I'm particularly excited about is that Orquestra now automatically generates an AI analysis for every verified build + IDL pair (screenshot attached).
I'm thinking about this from an LLM/AI agent perspective rather than a human reader.
If you were building AI agents on Solana, what information would you want this analysis to include? Any ideas, missing context, or useful insights that an LLM could benefit from?
All programs AI Analysis https://t.co/CEKIxAUgT6
A huge thank you to @metasal for adding @orquestradev as the MCP and API provider on @ProgramWatch ๐
It's amazing to see the ecosystem embracing developer tooling. Hopefully, Orquestra will be integrated into the Solana Explorer very soon as well๐ค
Just shipped a new feature for @orquestradev
It now scans @solana every day to find new IDLs automatically.
First scan results
โข 63,000+ program IDs scanned
โข 4,400+ projects with IDLs imported
If you're building on Solana(@solana_devs), make sure your program is verified and your IDL is available on-chain.
Feedback is always welcome. ๐งโโ๏ธ
Your Solana program is already powerful ๐งโโ๏ธ
Make it AI-native.
Upload your IDL โ Orquestra handles the rest.
- REST APIs.
- MCP.
- AI-ready docs.
- Wallet-ready transactions.
How to quickly build a Solana program๐งโโ๏ธ
- Tell AI to create a Solana program ( use Quasar )
- Deploy it to the Solana network
- Upload IDL to Orquestra
- Add Orquestra MCP on Claude
And now you can send transactions to your Solana program using Claude
New Logo & New UI
+ Scope Keys let you restrict MCP search_programs to only the programs in a list.โ
+ On-chain IDL changes detected by the daily sync โ
+ codama IDL full support โ
Solana + n8n ๐งโโ๏ธ
Just published a Solana keychain-based node for n8n (@n8n_io).
You can now:
- Get Wallet address
- Derive PDAs
- Build transactions
- Get unsigned tx (base64)
- Sign & send inside n8n
No SDK. No backend. Just HTTP
This is what real @solana automation looks like @solana_ai@solana_devs