1. Conduid
  2. Developer Tools
  3. Kite MCP Server
MCP server · Developer Tools

Kite MCP Server

Zerodha Kite MCP server

Unclaimed MIT last commit a year ago devtools
52Fair

Scored 4 months ago · breakdown

About Kite MCP Server

Kite MCP Server is an MCP server published by illustriousj in the Developer Tools category: zerodha Kite MCP server. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx kite-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Kite MCP Server

Powered by Claude · Grounded in docs

I know everything about Kite MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Kite MCP Server

Claude config:

The path to the config file can be found in the claude_desktop_config.json file.

Linux: ~/.config/Claude/claude_desktop_config.json

stdio mode:

{
  "mcpServers": {
    "kite": {
      "command": "go",
      "args": ["run", "<ABSOLUTE_PATH>/main.go"],
      "env": {
        "APP_MODE": "stdio",
        "KITE_API_KEY": "<your_api_key>",
        "KITE_API_SECRET": "<your_api_secret>"
      }
    }
  }
}

SSE mode

For the SSE mode, you can run the following command to start the server:

go run main.go
{
  "mcpServers": {
    "kite": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:8081/sse"]
    }
  }
}

If you want to use the hosted version, you can use the following config:

{
  "mcpServers": {
    "kite": {
      "command": "npx",
      "args": ["mcp-remote", "http://mcp.kite.trade/sse"]
    }
  }
}

Kite Connect API Integration Status

API Method Integration Status Remarks
User & Account Methods
GetUserProfile() [x] Implemented as get_profile tool
GetUserMargins() [x] Implemented as get_margins tool
GetHoldings() [x] Implemented as get_holdings tool
GetPositions() [x] Implemented as get_positions tool
GetFullUserProfile() [ ] Not yet implemented
InvalidateAccessToken() [ ] Not yet implemented
InvalidateRefreshToken() [ ] Not yet implemented
RenewAccessToken() [ ] Not yet implemented
Orders & Trades Methods
GetOrders() [x] Implemented as get_orders tool
GetTrades() [x] Implemented as get_trades tool
PlaceOrder() [x] Implemented as place_order tool
ModifyOrder() [x] Implemented as modify_order tool
CancelOrder() [x] Implemented as cancel_order tool
ExitOrder() [ ] Not yet implemented
ConvertPosition() [ ] Not yet implemented
GetOrderHistory() [ ] Not yet implemented
GetOrderTrades() [ ] Not yet implemented
GetOrderMargins() [ ] Not yet implemented
GetBasketMargins() [ ] Not yet implemented
GetOrderCharges() [ ] Not yet implemented
GTT Orders
GetGTTs() [x] Implemented as get_gtts tool
GetGTT() [ ] Not yet implemented
PlaceGTT() [x] Implemented as place_gtt_order tool
ModifyGTT() [x] Implemented as modify_gtt_order tool
DeleteGTT() [x] Implemented as delete_gtt_order tool
Market Data Methods
GetQuote() [x] Implemented as get_quotes tool
GetHistoricalData() [x] Implemented as get_historical_data tool
GetLTP() [ ] Not yet implemented
GetOHLC() [ ] Not yet implemented
GetInstruments() [-] Won't implement. Use instruments_search tool.
GetInstrumentsByExchange() [-] Won't implement
GetAuctionInstruments() [ ] Not yet implemented
Mutual Funds Methods
GetMFOrders() [ ] Not yet implemented
GetMFOrderInfo() [ ] Not yet implemented
PlaceMFOrder() [ ] Not yet implemented
CancelMFOrder() [ ] Not yet implemented
GetMFSIPs() [ ] Not yet implemented
GetMFSIPInfo() [ ] Not yet implemented
PlaceMFSIP() [ ] Not yet implemented
ModifyMFSIP() [ ] Not yet implemented
CancelMFSIP() [ ] Not yet implemented
GetMFHoldings() [x] Implemented as get_mf_holdings tool
GetMFHoldingInfo() [ ] Not yet implemented
GetMFInstruments() [ ] Not yet implemented
GetMFOrdersByDate() [ ] Not yet implemented
GetMFAllottedISINs() [ ] Not yet implemented
Other Methods
InitiateHoldingsAuth() [ ] Not yet implemented
GetUserSegmentMargins() [ ] Not yet implemented

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Kite MCP Server

How do I install Kite MCP Server?

Run npx kite-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Kite MCP Server safe to use with an AI agent?

Its trust score is 52 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Kite MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.