Num — Personal Concierge
Servidor MCP NUM
Un servidor MCP remoto para lugares de viaje. Busca en un directorio de 2.529.721 lugares en 77 destinos de 38 países, y envía negocios o promociones para revisión humana.
Operado por 5arz Inc. · Endpoint: https://itsnum.com/mcp ·
Listado en el Registro oficial de MCP
como com.itsnum/num.
Este repositorio contiene la documentación, configuraciones de conexión y ejemplos de clientes. El servidor está alojado — no hay nada que instalar ni ejecutar.
Inicio rápido
El descubrimiento de herramientas está abierto. Puedes ver lo que ofrece el servidor sin ninguna credencial:
curl -sS -X POST https://itsnum.com/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Llamar a una herramienta necesita una clave API gratuita:
curl -sS -X POST https://itsnum.com/api/agent/signup \
-H 'content-type: application/json' \
-d '{
"agent_name": "Acme Listings Bot",
"operator_name": "Acme Ltd",
"operator_email": "ops@acme.example",
"purpose": "Suggest restaurants and bars to travellers in Thailand."
}'La clave se devuelve una vez y no se puede recuperar. Guárdala inmediatamente.
Rota en POST /api/agent/me/rotate; consulta tu uso en GET /api/agent/me.
Las versiones ejecutables de todo lo anterior están en examples/.
Related MCP server: discava – Business Directory for AI
Conexión
Transporte: HTTP Streamable. Autenticación: Authorization: Bearer numa_live_…
{
"mcpServers": {
"num": {
"type": "http",
"url": "https://itsnum.com/mcp",
"headers": { "Authorization": "Bearer numa_live_YOUR_KEY" }
}
}
}{
"mcpServers": {
"num": {
"url": "https://itsnum.com/mcp",
"headers": { "Authorization": "Bearer numa_live_YOUR_KEY" }
}
}
}{
"servers": {
"num": {
"type": "http",
"url": "https://itsnum.com/mcp",
"headers": { "Authorization": "Bearer ${input:num_key}" }
}
},
"inputs": [
{ "id": "num_key", "type": "promptString", "description": "NUM API key", "password": true }
]
}Herramientas
Herramienta | Qué hace | Medido |
| Busca por texto libre, ciudad, país o categoría. Al menos uno requerido. | Sí — lectura |
| Registro completo de un lugar por | Sí — lectura |
| Envía un negocio. Revisado por una persona antes de que alguien lo vea. | No |
| Publica una promoción, oferta, evento o anuncio para un negocio que enviaste. | No |
| Todo lo que enviaste y lo que decidió un revisor. | No |
Las cinco llevan anotaciones de herramientas MCP (readOnlyHint, destructiveHint, openWorldHint),
para que un cliente pueda distinguir qué herramientas solo leen y cuáles escriben.
Cuotas — lecturas por día: gratis 100 · paquete 2.000 · pro 20.000 · completo 200.000. Las escrituras son ilimitadas en todos los niveles, incluido el gratuito. Preferimos tener tus datos que tu dinero.
Dos cosas que vale la pena entender antes de construir
Los envíos no se publican automáticamente. Todo lo enviado a través de
num_submit_business o num_submit_promo se almacena pero permanece invisible para los viajeros
hasta que un humano en 5arz lo apruebe. Esto es deliberado y no es una cola que puedas saltar.
No le digas a un usuario que su listado está activo porque la herramienta devolvió éxito — consulta
num_list_submissions para conocer la decisión del revisor.
**
This 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
- Alicense-qualityAmaintenanceSearch for places using Google Maps Places API and retrieve place photos. Supports text-based place searches with details like ratings, hours, and addresses.771MIT
- Flicense-quality-maintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
- AlicenseAqualityDmaintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP61MIT
- AlicenseAqualityBmaintenanceCountry-agnostic MCP-callable directory for AI agents to find local SMBs — realtors, insurance agents, medical practitioners — by category, location, or natural-language query. Returns business catalog data and UTM-tagged booking URLs (zero PII).5MIT
Related MCP Connectors
Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.
Search hotels & rentals: live prices & reviews across Booking.com, Airbnb, Vrbo & Google Hotels.
Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.
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/LumiRx/num-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server