MCP Server Details
Connect MCP-compatible AI clients to TotalWebTool for website analysis and other utility tools.
Connection Details
Server URL: https://totalwebtool.com/mcp
If you have an API key, pass it in the Authorization header. Both a raw key and Bearer YOUR_API_KEY are accepted, but bearer format is the safer default for client configuration examples.
API keys can be created from Manage API Access.
Typical MCP Config
Most AI chat clients that support remote MCP only need a server name, URL, and optional headers.
{
"mcpServers": {
"totalwebtool": {
"url": "https://totalwebtool.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}How To Configure
- Open your AI client's MCP or integrations settings.
- Add a new remote HTTP MCP server.
- Use the server URL shown above.
- If you have an API key, add it to the
Authorizationheader. - Save the connection and refresh the available tools list.
Available Tools
- Website Analyzer
- Color Converter
- JWT Decoder
- Nano ID Generator
- Password Generator
- Timestamp Converter
- ULID Generator
- URL Parser
- UUID Generator
Tool descriptions returned by the MCP server include supported arguments and defaults where they apply.
Password Tool Note
TotalWebTool does not store or log generated passwords, does not associate them with accounts, and uses a cryptographically secure generation process.
Use care when generating passwords through AI tools or assistants, because those external systems may retain prompts, responses, or execution history within their own environments.