ToolsXpo
Tools
Browse
All Web Tools
Every browser tool, filterable and searchable.
Categories
The catalogue grouped the way you think about it.
Search Everything
Find a tool by name, job, or format.
Super Tools
Code Editor Pro
SQL Playground
API Sandbox
Regex Sandbox
Markdown Editor
Text Editor
Readme Generator
Git Visualizer
Docker Architect
SVG Studio
Files Browser
All Super Tools
Every workspace, in one place.
Most used
JSON Formatter
Base64 Encoder
JWT Decoder
SHA-256 Generator
Automation
Build
Automation Builder
Chain tools, AI and your own steps into one flow.
Chain Automation
Feed one step's output into the next, on a schedule.
Run
Tools API Automation
Scheduled runs against any of the 230 API tools.
AI & Tools Automation
Let a model decide which tool to run, and when.
How Automation Works
The whole picture, start to finish.
AI
Platform
AI Models
One API, every major provider, one bill.
AI Agents
Agents that can reach for 230 real tools.
MCP Server
Point Claude, Cursor or any MCP client at the catalogue.
Try it
API Playground
Run a real call in the browser, no setup.
Developers
Documentation
Docs
Guides, references and recipes.
API Playground
Try any endpoint without writing code.
Status
Live availability for every service.
Integrations
VS Code Extension
Node.js Package
Composer Package
WordPress Plugin
Extend
MCP Server
AI Skills
All Integrations
Pricing
Resources
Learn
Case Studies
FAQ
Product
Features
Solutions
Why ToolsXpo?
Compare
Company
About
Team
Contact
Legal
Log in
Create Account
Local SQL Playground & ERD Architect Pro
Mock Generator
Export SQL
Save Script
SQL Script Editor
Execute Query
1
2
3
4
CREATE TABLE users (id INT PRIMARY KEY, name TEXT, email TEXT); INSERT INTO users VALUES (1, 'Alice Smith', 'alice@example.com'); INSERT INTO users VALUES (2, 'Bob Johnson', 'bob@example.com'); SELECT * FROM users;
Visual Table Architect
Create
Table Name
Columns
+ Add
INT
PK
FK
INT
PK
FK
DECIMAL
PK
FK
Entity Schema Map
users
2 rows
id
PK
INT
name
TEXT
email
TEXT