Developer Tools
removespecialcharacters.app
This MCP server provides guidance on creating profiles for the Remove Special Characters app and generates clickable install links from finished profiles.
ENDPOINT 1
https://mcp.removespecialcharacters.app/mcp
MCP server metadata
- Name
- removespecialcharacters-profile-mcp
- Version
- 0.1.0
Known tools 2
get_profile_guidanceReturns the profile schema, the questions to ask the user, the generator-token reference, and worked examples for the Remove Special Characters app.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.removespecialcharacters-profile-mcp]
url = "https://mcp.removespecialcharacters.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"removespecialcharacters-profile-mcp": {
"type": "http",
"url": "https://mcp.removespecialcharacters.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: removespecialcharacters-profile-mcp
Remote MCP URL: https://mcp.removespecialcharacters.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"removespecialcharacters-profile-mcp": {
"url": "https://mcp.removespecialcharacters.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"removespecialcharacters-profile-mcp": {
"type": "http",
"url": "https://mcp.removespecialcharacters.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "removespecialcharacters-profile-mcp",
"transport": "streamable-http",
"url": "https://mcp.removespecialcharacters.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for removespecialcharacters.app was fetched 2026-08-04T03:27:49.044Z and is being refreshed.
removespecialcharacters.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.