← namently.com
INDIVIDUAL MCP TOOL
namently_trademark_screen
Create first-pass official trademark screening links and cautions.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT 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.namently-com]
url = "https://namently.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"namently-com": {
"type": "http",
"url": "https://namently.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: namently-com
Remote MCP URL: https://namently.com/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": {
"namently-com": {
"url": "https://namently.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"namently-com": {
"type": "http",
"url": "https://namently.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "namently-com",
"transport": "streamable-http",
"url": "https://namently.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Use this when ChatGPT needs to search saved Namently projects, favorites, or shortlist records before answering.fetch— Use this after search to fetch a saved Namently project, favorite, or favlist by id.namently_list_agent_skills— Return the naming agents and the single active naming skill assigned to each one.namently_assign_agent_skill— Pro-only: assign one custom naming skill to one naming agent.namently_reset_agent_skills— Reset the naming agents back to Namently's default one-skill-per-agent set.namently_preview_agent_skill_brief— Preview a safe one-skill brief for a seed name.namently_create_project— Create a D1-backed naming project.namently_update_project_brief— Update a saved naming project brief and constraints.