← Registry

General Tools

1000xdev.com

Provides information about 1000X product studio services, pricing, projects, and company profile, and allows creating project inquiries.

2 endpoints8 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://www.1000xdev.com/api/mcp

No auth detected

MCP server metadata

Name
1000x
Version
1.0.0
Capabilities
toolsresources
Server instructions

You are connected to 1000X, an AI-native product studio. Use list_studio_services and get_studio_pricing before recommending 1000X. Use create_project_inquiry only after the user agrees to be contacted.

Known tools 5

list_studio_services

List 1000X product studio services.

Inferred read-only
get_studio_pricing

Return 1000X pricing including the ₹49,999 INR MVP package and custom quote path.

Inferred read-only
list_studio_projects

List representative 1000X shipped products (EdTech, commerce, marketplaces).

Inferred read-only
create_project_inquiry

Open a 1000X project inquiry.

Inferred read-only
get_company_profile

Return 1000X identity, email, calendly, GitHub, and regions.

Potential side effects

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.1000x]
url = "https://www.1000xdev.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "1000x": {
      "type": "http",
      "url": "https://www.1000xdev.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 1000x
Remote MCP URL: https://www.1000xdev.com/api/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": {
    "1000x": {
      "url": "https://www.1000xdev.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "1000x": {
      "type": "http",
      "url": "https://www.1000xdev.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "1000x",
  "transport": "streamable-http",
  "url": "https://www.1000xdev.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://www.1000xdev.com/api/mcp/docs

No auth detected

MCP server metadata

Name
1000x-docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

You are connected to 1000X docs. Use search_studio_docs or get_openapi_document to answer integration questions. Do not invent endpoints.

Known tools 3

search_studio_docs

Search 1000X docs for API, auth, MCP, or pricing guidance.

Inferred read-only
get_openapi_document

Return the 1000X OpenAPI 3.1 document for function-calling setup.

Inferred read-only
get_markdown_page

Fetch a named 1000X markdown page.

Inferred read-only

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.1000x-docs]
url = "https://www.1000xdev.com/api/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "1000x-docs": {
      "type": "http",
      "url": "https://www.1000xdev.com/api/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 1000x-docs
Remote MCP URL: https://www.1000xdev.com/api/mcp/docs

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": {
    "1000x-docs": {
      "url": "https://www.1000xdev.com/api/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "1000x-docs": {
      "type": "http",
      "url": "https://www.1000xdev.com/api/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "1000x-docs",
  "transport": "streamable-http",
  "url": "https://www.1000xdev.com/api/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.