← Registry

eCommerce

flipns.com

Search and retrieve Flipns marketplace listings, categories, and city information.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://api.flipns.com/mcp

No auth detected

MCP server metadata

Name
flipns
Version
1.0.0
Capabilities
tools
Server instructions

Flipns is India's AI-assisted marketplace for buying and selling anything in India (prices in INR): NEW and USED goods alike, plus property and jobs. Every listing states its condition, so filter on it rather than assuming everything is second-hand. Use search_listings to find active listings by keyword, city, category, price and condition; get_listing for full details of one listing. City filtering matches one canonical spelling per market, so resolve whatever wording the user gave you through find_city first — 'Gurugram' and 'Bengaluru' are Gurgaon and Bangalore here, and searching for the other spelling silently returns nothing. Geography beyond the market level lives in find_place and list_child_places: those cover the whole hierarchy (country → state → district → city → village), so use them to answer 'where is this' or to walk from a state down to its cities, and find_city to turn the answer into a `city` filter value. Every result carries a public flipns.com URL you can cite or link — those pages deep-link into the Flipns Android/iOS apps.

Known tools 8

search_listings

Search active Flipns marketplace listings.

Inferred read-only
get_listing

Fetch full public details of one Flipns listing by id (description, price in INR, condition, availability status, images, videos, city, seller verification, attributes).

Inferred read-only
get_similar_listings

Find listings similar to a given one — active listings in the same top-level category and the same city, newest first.

Inferred read-only
get_categories

List the marketplace category tree (slug, name, depth, parent).

Inferred read-only
find_city

Resolve a place to the canonical Flipns city — the exact `name` search_listings expects in `city`.

Inferred read-only
find_place

Resolve any place — village, tehsil, district, city, state or country — against the Flipns geographic gazetteer, and learn where it sits in the hierarchy (country → admin1 state → admin2 district → admin3 tehsil/taluk → locality town or city → sublocality).

Inferred read-only
list_child_places

List the places directly inside another one — the states of a country, the districts of a state, the towns of a district.

Inferred read-only
get_locations

List cities that currently hold active listings, busiest first.

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

.mcp.json

{
  "mcpServers": {
    "flipns": {
      "type": "http",
      "url": "https://api.flipns.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "flipns",
  "transport": "streamable-http",
  "url": "https://api.flipns.com/mcp"
}
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 flipns.com was fetched 2026-08-25T19:23:07.574Z.

Trust status Neutral

flipns.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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