INDIVIDUAL MCP TOOL
lookup_company_website
Resolve a company name to its website, optionally biased by country and a disambiguation hint.
LIVE ENDPOINT
https://nubela.co/mcp?api_key=YOUR_API_KEY
Connect to this endpoint to inspect the live schema for lookup_company_website and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.ninjapear]
url = "https://nubela.co/mcp?api_key=YOUR_API_KEY"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ninjapear": {
"type": "http",
"url": "https://nubela.co/mcp?api_key=YOUR_API_KEY"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ninjapear
Remote MCP URL: https://nubela.co/mcp?api_key=YOUR_API_KEY
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": {
"ninjapear": {
"url": "https://nubela.co/mcp?api_key=YOUR_API_KEY"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ninjapear": {
"type": "http",
"url": "https://nubela.co/mcp?api_key=YOUR_API_KEY"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ninjapear",
"transport": "streamable-http",
"url": "https://nubela.co/mcp?api_key=YOUR_API_KEY"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_customer_listing— Get a company's customers, investors, partners, and pagination cursor.get_competitor_listing— Get a company's competitors and competition reasons.get_product_listing— Get a company's products, services, pricing, and positioning.get_company_details— Get company metadata, executives, locations, social links, LinkedIn URL, and public-company data.get_company_updates— Get recent company blog posts and X updates.get_company_funding— Get funding rounds, amounts, currencies, and investors.get_employee_count— Get the latest employee count for a company.get_person_profile— Get a professional profile, including work history, education, social links, and LinkedIn URL.