INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://api.flipns.com/mcp
Connect to this endpoint to inspect the live schema for get_listing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search_listings— Search active Flipns marketplace listings.get_similar_listings— Find listings similar to a given one — active listings in the same top-level category and the same city, newest first.get_categories— List the marketplace category tree (slug, name, depth, parent).find_city— Resolve a place to the canonical Flipns city — the exact `name` search_listings expects in `city`.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).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.get_locations— List cities that currently hold active listings, busiest first.