← sekajin.com

INDIVIDUAL MCP TOOL

search_companies

Search publicly listed companies.

sekajin.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://sekajin.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_companies and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

sekajin.com

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.media-sekajin]
url = "https://sekajin.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "media-sekajin": {
      "type": "http",
      "url": "https://sekajin.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: media-sekajin
Remote MCP URL: https://sekajin.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": {
    "media-sekajin": {
      "url": "https://sekajin.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "media-sekajin": {
      "type": "http",
      "url": "https://sekajin.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "media-sekajin",
  "transport": "streamable-http",
  "url": "https://sekajin.com/mcp"
}
MCP Inspector

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

Related tools

  • get_site_overview — Return a bounded overview of public site information.
  • get_company — Return one publicly listed company by public slug.
  • list_articles — List published articles, newest first.
  • get_article — Return one published article by id or slug (exactly one).
  • get_ranking — Return the public ranking catalog, or the public entries of one ranking.
  • list_faq — List public FAQ questions with stable pagination.
  • get_faq_item — Return one public FAQ entry.