Developer Tools
syedpur.net
Provides search and retrieval of local history, people, and genealogical data from Syedpur.
ENDPOINT 1
https://syedpur.net/api/mcp
MCP server metadata
- Name
- syedpur-heritage
- Version
- 1.0.0
Read-only tools over the Syedpur.net heritage graph — the digital archive of Syedpur village, Jagannathpur, Sunamganj, Sylhet, Bangladesh. Genealogy is organized by lineage (bongsho) and taluk (historical land divisions numbered 23–33). Typical flow: search_persons to find a person UUID, then get_family_subgraph for their relatives; or list_taluks / list_lineages then get_taluk_tree / get_lineage. Content is bilingual (English + Bangla). Living community members marked members-only are never returned (database-enforced). Cite https://syedpur.net when using this data.
Known tools 8
search_siteFull-text search across published stories, places, events, people, and media.
Inferred read-onlyget_personFetch a person's public profile by their site slug (from search_site people results or a syedpur.net/{locale}/people/{slug} URL).
Inferred read-onlyget_family_subgraphPerson-centered genealogy subgraph: nodes (persons) and typed edges (parent_of: a=parent, b=child; spouse_of) up to the requested depth.
Inferred read-onlylist_taluksThe 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.
Inferred read-onlyget_taluk_treeThe published descendant tree of one taluk as a nested parent→children structure, rooted at the branch founder.
Inferred read-onlylist_lineagesAll documented lineages (bongsho — founding family lines) of Syedpur.
Inferred read-onlyget_lineageOne lineage (bongsho) by slug: founder, description, alternate names, associated taluks, and the count of publicly attributed members.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.