Skip to content

Releases: singhvedant/ibapi-api-tool

v1.0.1

Choose a tag to compare

@singhvedant singhvedant released this 15 Jun 07:11

Changelog

[1.0.1] - 2026-06-15

Fixed

  • ibapi console entry point failed with ModuleNotFoundError: No module named 'cli'
    after pip install. Moved cli.py into the Src package and pointed the entry
    point at Src.cli:main. (1.0.0 wheel on PyPI is broken; use 1.0.1+.)

[1.0.0] - 2026-06-15

Added

  • Initial release
  • CLI tool for searching IBAPI auction properties
  • Stdio MCP server (for Claude Desktop / MCP clients)
  • HTTP MCP server (FastAPI + fastapi-mcp, MCP at /mcp)
  • REST API endpoints for search, detail, listings
  • Support for filtering by state, district, city, bank, property type, price range
  • Full property detail lookup (37 fields)
  • Cascading district/city/bank lookups
  • Skill manifest and installation scripts

Features

  • Search Indian bank-auction properties (SARFAESI)
  • 13 filter combinations (state, type, district, bank, period, pincode, etc.)
  • Subtype filtering (residential plots, commercial plots, industrial plots)
  • Price range filtering
  • JSON output mode
  • Live portal integration (no authentication required)

ibapi-api-tool v1.0.0 — initial release

Choose a tag to compare

@singhvedant singhvedant released this 15 Jun 06:53

Changelog

[1.0.0] - 2026-06-15

Added

  • Initial release
  • CLI tool for searching IBAPI auction properties
  • Stdio MCP server (for Claude Desktop / MCP clients)
  • HTTP MCP server (FastAPI + fastapi-mcp, MCP at /mcp)
  • REST API endpoints for search, detail, listings
  • Support for filtering by state, district, city, bank, property type, price range
  • Full property detail lookup (37 fields)
  • Cascading district/city/bank lookups
  • Skill manifest and installation scripts

Features

  • Search Indian bank-auction properties (SARFAESI)
  • 13 filter combinations (state, type, district, bank, period, pincode, etc.)
  • Subtype filtering (residential plots, commercial plots, industrial plots)
  • Price range filtering
  • JSON output mode
  • Live portal integration (no authentication required)