← ris-neuss.de
INDIVIDUAL MCP TOOL
get-person-tool
Get a person's profile with political party affiliation and committee memberships.
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 endpoint
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.ris-neuss-mcp]
url = "https://ris-neuss.de/mcp/ris-neuss"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ris-neuss-mcp": {
"type": "http",
"url": "https://ris-neuss.de/mcp/ris-neuss"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ris-neuss-mcp
Remote MCP URL: https://ris-neuss.de/mcp/ris-neuss
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": {
"ris-neuss-mcp": {
"url": "https://ris-neuss.de/mcp/ris-neuss"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ris-neuss-mcp": {
"type": "http",
"url": "https://ris-neuss.de/mcp/ris-neuss"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ris-neuss-mcp",
"transport": "streamable-http",
"url": "https://ris-neuss.de/mcp/ris-neuss"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-items-tool— Search mirrored OParl items (people, meetings, papers, files, and related entities).search-decisions-tool— Search papers that have already been decided (past consultation with role Beschlussfassung/Entscheidung/Abstimmung).find-precedents-tool— EXPERIMENTAL — similarity is German title-term overlap (Loupe text matching with stopwords), not semantic.get-item-tool— Get one mirrored OParl item by local numeric ID.get-paper-tool— Get a paper (Vorlage/Antrag) with its files, consultation trail through committees, originator organizations, and title-derived initiator persons/parties.get-paper-timeline-tool— Get the full chronological timeline for a paper: every committee that touched it, the latest decision, and the next scheduled event.get-procedure-tool— Get the full procedure tree for a paper: walks superordinated/subordinated paper relations to find the root and every related paper, with merged timeline events.get-person-activity-tool— Get a council member's activity: profile, party, current/former committee memberships, leadership roles, and recent + upcoming meetings they attend.