General Tools
letussay.org
Provides access to open petitions on the Let Us Say platform, allowing users to search, view details, and track signature progress.
ENDPOINT 1
https://letussay.org/mcp
MCP server metadata
- Name
- let-us-say
- Version
- 0.1.0
Read-only tools for Let Us Say, a civic action platform for writing to representatives and running petitions. Use `list_petitions` to browse or search open petitions, `get_petition` for one petition's full text, updates and public comments, and `platform_stats` for headline totals. Only publicly visible data is exposed; signer email addresses and private letters are not available.
Known tools 3
list_petitionsList open petitions hosted on Let Us Say, with optional country, category and free-text search filters.
Inferred read-onlyget_petitionGet one open petition by its URL slug, including its full text, signature progress, campaign updates and public signer comments.
Inferred read-onlyplatform_statsPublic headline numbers for Let Us Say: how many open petitions are hosted and how many confirmed signatures they carry.
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.let-us-say]
url = "https://letussay.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"let-us-say": {
"type": "http",
"url": "https://letussay.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: let-us-say
Remote MCP URL: https://letussay.org/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": {
"let-us-say": {
"url": "https://letussay.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"let-us-say": {
"type": "http",
"url": "https://letussay.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "let-us-say",
"transport": "streamable-http",
"url": "https://letussay.org/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.