Building @toolplex_ai from the ground up / formerly: TL @ YouTube. Deploying AI in SEA enterprises.

Joined July 2025
8 Photos and videos
Pinned Tweet
My new desktop app for building AI automation workflows is live! If you're a power user, developer, or just looking to see how AI automation works, this is for you. Quick facts: - I crawl the entire MCP corpus, catalogue and rank every server (more on this in my reddit post: reddit.com/r/mcp/comments/1p…) - ToolPlex Desktop runs your chats and tool calls locally, so all your data is private and secure - In ToolPlex we use AI agents to *install*, *debug* and *build* your workflows. That means you can build workflows just by asking your agent! - Supports all the SOTA open and closed sourced models, and supports BYOK so you can bring your own AI API keys from your provider of choice. #mcp #buildinpublic #automation
The ToolPlex Desktop v1.0.0 is live! 🔥 toolplex.ai We're building the ultimate AI workflow automation app from the ground up. With 4000 MCP tools and workflows, there's something for every builder. Here's just some of what it can do: #buildinpublic #automation #mcp
2
3
223
24 Dec 2025
Since agent context is a popular topic of discussion, here’s how we approach it with @toolplex_ai: - Tool schemas load on-demand, not upfront. Your agent searches 4000 tools without stuffing them all into context - Playbooks persist workflows. Agent doesn’t relearn the same task every session - Install/uninstall servers mid-session without resetting - Quality signals filter out broken tools before they waste your tokens - Local execution, no round-trip latency Most MCP setups dump everything into context and hope. ToolPlex gives agents access to the context they need, when they need it. For businesses onboarding onto ToolPlex this means specialized context in the form of tools, prompts, and skills can be pulled in at run time or prepackaged into playbooks.
28
19 Dec 2025
Been working on this for months. The idea behind ToolPlex org accounts: most AI tools treat teams as an afterthought. You get a shared API key and good luck. I wanted something different: where admins actually control what tools the team can use, where workflow memory is shared instantly across teams, and a real audit trail. The private tools feature came from talking to companies who wanted to connect internal systems but couldn't publish to a public registry. Now you can build MCP servers that only your business can see. Still early, but this is the foundation for how teams will actually use AI tools at work. Would love feedback if you try it. x.com/toolplex_ai/status/200…
ToolPlex 1.1.0 is here 🚀 The big one: Organization accounts are live. Invite your team, control which AI tools they can access, and share playbooks across your company. Here's what's new 🧵 #MCP #AI
1
1
58
19 Dec 2025
Been working on this for months. The idea behind org accounts: most AI tools treat teams as an afterthought. You get a shared API key and good luck. I wanted something different: where admins actually control what tools the team can use, where workflow memory is shared instantly across teams, and a real audit trail. The private tools feature came from talking to companies who wanted to connect internal systems but couldn't publish to a public registry. Now you can build MCP servers that only your business can see. Still early, but this is the foundation for how teams will actually use AI tools at work. Would love feedback if you try it. #AI #MCP
ToolPlex 1.1.0 is here 🚀 The big one: Organization accounts are live. Invite your team, control which AI tools they can access, and share playbooks across your company. Here's what's new 🧵 #MCP #AI
54
14 Dec 2025
Trying a new and simpler playbook UI in the ToolPlex Desktop app, with unlock UX. Idea is still simple: discover playbooks you like on the app, then inspect the steps, then install any servers you need to *unlock*.
1
34
10 Dec 2025
Very positive news. The biggest AI labs in the world are realizing that agent protocols need to be interoperable.
OpenAI is co-founding the Agentic AI Foundation (AAIF) under the Linux Foundation alongside Anthropic and Block to support open, interoperable standards for agentic AI. We’re also donating AGENTS .md to help establish open standards that enable safe, reliable agents across tools, repositories, and ecosystems. openai.com/index/agentic-ai-…
1
107
Must read for anyone working with MCP still: here are my condensed learnings from crawling the entire MCP corpus for @toolplex_ai: (Stats as of Dec 2025) State of the MCP Ecosystem 1. Total of 36,039 MCP servers, across 32,762 unique GH repos. 2. The median MCP server has 0 stars. 51% have zero. 77% have less than 10. The ecosystem is mostly experiment projects, tutorials and personal tools. 3. MCP growth exploded in Spring 2025, peaked in June, and cooled off since then. New MCP servers went from 135 / month at launch (Nov 2024) to 5,069 / month in June 2025, and now to 2,093 for Nov 2025. 4. TypeScript dominates. 43% are TS, 20% Python, 16% Python, 5% Go, and remaining are rust and other languages. 5. Half the ecosystem is package managed: 32% published to npm, 13% to PyPi, 4% to docker. The other half require cloning and manual setup. 6. 61% of MCP servers are solo projects with zero forks. 16% have no READMEs. Most are personal projects. 7. The top 50 repos account for 60% of the GH stars. modelcontextprotocol (Anthropic), Microsoft, AWS, and CloudFlare lead the top. But 83% of publishers have only one server. It's a long tail ecosystem. 8. Stdio transport dominates with 85% share. SSE is growing (9%) for remote/hostest. Detected via README declaration. 9. 29% of servers haven't been updated in 6 months. Only 27% touched in the last 30 days. Expect consolidation as abandoned projects fade and winners emerge. 10. Chrome DevTools MCP (github.com/ChromeDevTools/ch…) gained 15k stars in 3 months. The hottest category right now is browser automation and dev tooling. 11. Other growing categories: Memory/Context, Security, Finance / Business. 12. Category breakdown of MCP servers. Note, servers can be tagged in multiple domains so percentages exceed 100%: AI / LLM tooling: 49.3%, Automation / Workflow: 18.9%, Cloud / DevOps 12.8%, Analytics 9.3%, Security 8.1%, Database 6.5%, Messaging 4.2%, Finance 4.1%, Browser automation 3.6%, Blockchain / Crypto 3.0%. #mcp
1
1
35
Will MCP survive? My personal thoughts: Probably yes, but it's still in "promising but unproven" territory. MCP suffers from a few key issues: - MCP month-over-month growth is in decline: Probably saturation from an early builder euphoria. - Protocol is not prescriptive about certain things like auth, discovery, or transport (SSE vs Stdio). Leading users to choose their own best practices. An OAuth spec has been implemented but only applies to SSE (modelcontextprotocol.io/spec…). Most users are on stdio and many stdio servers make network calls. - High abandonment rate: 29% haven't been updated in 6 months, 27% updated in the last 30 days. This is not alarming, it just means most builders probably don't have a project that catches on and they move on to other things. - Abandoned by Anthropic?: Anthropic seemed to have released MCP but moved on to other things like Skills, developer tooling or 1P tool integration in Claude Desktop. IMO the Claude Desktop MCP integration is very ad-hoc -- adding tools is confusing, error prone, and all your added tools still bloat the context. - Poor discoverability: Very few are trying to accurately catalogue and separate the 90% poor quality servers. An official registry was created by anthropic, but IMO it's more of a grassroots / community effort. IMO it still lacks standardizations, safety metrics, classification and categorization and thus will lead to MCP marketplaces still needing to curate a lot of their own signals.
1
1
27
With all this being said, I'm still optimistic for the MCP standard but it's clearly a very non-prescriptive standard which is arguably perfect for this stage of AI agents. Since we want to build tools that connect to anything -- local compute, cloud resources, desktop software, etc. If you're building on MCP, what are your thoughts?
1
1
32
I’ll be talking about the future of AI x Kaspa — specifically what kind of agent economies can emerge, and why $KAS could be foundational for agent-to-agent commerce. If you're building in AI, Kaspa, or both — tune in! I'll share how I'm building towards this future with @toolplex_ai
1
3
17
738
Interesting
1
1
86
ronnel retweeted
🚀 ToolPlex update - 1 week in Since launching on Reddit and X, we've been blown away by what people are building: 🔥 30 consecutive API calls in single sessions 💪 Users managing 10 servers simultaneously ⚡ 95% success rate (platform is rock solid)
1
5
17
1,419
16 Jul 2025
While building @toolplex_ai, I came across an extremely dangerous pattern in MCP. Attackers will clone legit servers, then add obfuscated code that will pull a malicious payload, and then seed the repo with 20-40 stars to make it seem legitimate. Example (I've already reported it): github.com/woefuloutco/polyl… github.com/recally-io/polyll… Be careful out there!

4
219
15 Jul 2025
The Model Context Protocol is one of the most powerful new ideas in AI. But it has a major problem. Anyone can publish a tool. Some are malicious, many are broken. There's no trust, no feedback. ToolPlex is my solution. Now in open beta! 🧵 toolplex.ai #ToolPlexBeta #mcp
2
2
9
578
15 Jul 2025
The ToolPlex beta is open, as of today! 🔍 Curated tools 📈 Evolving playbooks 🤝 Shared agent signals 🤖 A protocol built for real-world execution Try it today → toolplex.ai

1
2
89
15 Jul 2025
I'm building ToolPlex as a neutral agent collaboration layer. As labs build more powerful agents, ToolPlex makes sure they can: → Call the right tools → Learn from each other → Stay safe Follow @toolplex_ai and join the beta today!
3
87