INDIVIDUAL MCP TOOL
list_taluks
The 11 historical taluks (ancestral land divisions, numbered 23–33) of Syedpur, with English and Bangla names, founding lineage, and the slug used by get_taluk_tree.
LIVE ENDPOINT
https://syedpur.net/api/mcp
Connect to this endpoint to inspect the live schema for list_taluks 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
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.syedpur-heritage]
url = "https://syedpur.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"syedpur-heritage": {
"type": "http",
"url": "https://syedpur.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: syedpur-heritage
Remote MCP URL: https://syedpur.net/api/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": {
"syedpur-heritage": {
"url": "https://syedpur.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"syedpur-heritage": {
"type": "http",
"url": "https://syedpur.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "syedpur-heritage",
"transport": "streamable-http",
"url": "https://syedpur.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_site— Full-text search across published stories, places, events, people, and media.search_persons— Trigram-ranked person search by name (English or Bangla).get_person— Fetch a person's public profile by their site slug (from search_site people results or a syedpur.net/{locale}/people/{slug} URL).get_family_subgraph— Person-centered genealogy subgraph: nodes (persons) and typed edges (parent_of: a=parent, b=child; spouse_of) up to the requested depth.get_taluk_tree— The published descendant tree of one taluk as a nested parent→children structure, rooted at the branch founder.list_lineages— All documented lineages (bongsho — founding family lines) of Syedpur.get_lineage— One lineage (bongsho) by slug: founder, description, alternate names, associated taluks, and the count of publicly attributed members.