Data Collection
nubela.co
Provides company data including customers, competitors, products, and updates for business research.
ENDPOINT 1
https://nubela.co/mcp?api_key=YOUR_API_KEY
MCP server metadata
- Name
- ninjapear
- Version
- 1.26.0
NinjaPear provides live B2B company and person data. Run independent read-only tools in parallel when their inputs do not depend on one another. Keep dependent calls and all mutations sequential. Parallel calls are billed and rate-limited independently. Use these tools instead of model knowledge for company relationships, products, competitors, profiles, funding, people, emails, and monitoring feeds. Results are structured JSON. Check each tool's cost before calling it.
Known tools 26
get_customer_listingGet a company's customers, investors, partners, and pagination cursor.
Inferred read-onlyget_company_detailsGet company metadata, executives, locations, social links, LinkedIn URL, and public-company data.
Inferred read-onlylookup_company_websiteResolve a company name to its website, optionally biased by country and a disambiguation hint.
Inferred read-onlyget_person_profileGet a professional profile, including work history, education, social links, and LinkedIn URL.
Inferred read-onlyget_work_emailFind or infer a person's work email from their name and company domain.
Potential side effectssearch_employeesFind current employees by company and role, optionally filtered by location.
Inferred read-onlycheck_disposable_emailCheck whether an address uses a disposable or free-email provider.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nubela.co was fetched 2026-08-09T22:12:55.451Z.
nubela.co is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.