confd-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@confd-mcpsearch for museums in London with the 'art' tag"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@stqry/confd-mcp
MCP server for the ConFd museums, organizations, and conferences API.
Install
npm install -g @stqry/confd-mcpYou'll need a ConFd API key. Set these environment variables:
export CONFD_API_URL="https://confd.stqry.com/api/v1"
export CONFD_API_KEY="your-api-key"Related MCP server: mcp-registry
Setup
Claude Code
claude mcp add confd -- npx -y @stqry/confd-mcpThen set the environment variables in your shell before launching Claude Code, or add them to your shell profile.
Claude Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Tools (18)
Museums
Tool | Description |
| Search and filter museums by name, country, source, tag, published/discarded status |
| Get a museum by ID |
| Create a new museum |
| Update a museum by ID |
| Create or update a museum by source identifier |
| Upload a logo (from URL, base64, or file path) |
| Remove a museum's logo |
Organizations
Tool | Description |
| Search and filter organizations |
| Get an organization by ID |
| Create a new organization |
| Update an organization by ID |
| Create or update by source identifier |
| Upload a logo |
| Remove an organization's logo |
Conferences
Tool | Description |
| Search and filter conferences by name, country, organization, tag, scope (upcoming/past) |
| Get a conference by ID |
| Create a new conference with dates, venue, registration info |
| Update a conference by ID |
Development
npm install
npm run dev # Watch mode
npm run build # Production build
npm start # Run the serverThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that enables natural language interaction with the Open Policy Agent REST API, allowing users to manage policies, decisions, and data through conversational interfaces.Last updated1
- AlicenseAqualityCmaintenanceAn MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provides tools to search, list, and view detailed configurations and version history for servers within the registry.Last updated4MIT
- Flicense-qualityDmaintenanceAn MCP server that enables AI agents to explore, search, and query API definitions from OpenAPI/Swagger JSON files.Last updated
- Alicense-qualityDmaintenanceA comprehensive MCP server that enables database operations, schema management, and statistics via natural language through SQL queries and resources.Last updated202MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mytours/confd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server