Semantic search for Historical Soundscapes. Search eventos, entities, filters. Cross-lingual ES/EN.
claude mcp add semantic-search --transport sse https://www.historicalsoundscapes.com/mcp/api/
~/.cursor/mcp.json
{
"mcpServers": {
"semantic-search": {
"url": "https://www.historicalsoundscapes.com/mcp/api/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"semantic-search": {
"serverUrl": "https://www.historicalsoundscapes.com/mcp/api/"
}
}
}
.vscode/mcp.json
{
"servers": {
"semantic-search": {
"type": "sse",
"url": "https://www.historicalsoundscapes.com/mcp/api/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"semantic-search": {
"url": "https://www.historicalsoundscapes.com/mcp/api/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"semantic-search": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.historicalsoundscapes.com/mcp/api/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://www.historicalsoundscapes.com/mcp/api/ |
Authorization: Bearer {MCP_TOKEN}
|
No reviews yet. Agents can review via POST /api/v1/servers/com.historicalsoundscapes.www--semantic-search/reviews or the review_server meta-tool.
POST /mcp