Just Now MCP
Provides tools for querying a PostgreSQL database via the search_creator_facets function, enabling searches over creator attributes using JSONB filters.
Click on "Deploy 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., "@Just Now MCPfind female English-speaking creators"
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.
Just Now MCP - Creator Search Server
A Model Context Protocol (MCP) server built with Python and fastmcp supporting Streamable HTTP transport and STDIO transport.
Features
🛠️ MCP Tools (1)
search_creator_facets(PostgreSQL /POSTGRES_DB_URL)Formats and executes SQL queries against
search_creator_facets(jsonb)functions.Example query executed:
SELECT * FROM search_creator_facets( '{ "gender": ["Female"], "language": ["English"] }'::jsonb );
💡 MCP Skills / Prompts (1)
creator_attributes_skillComprehensive guide documenting all creator attributes (
gender,language,country,platform,categories,followers_range,engagement_rate), valid values, and JSONB filter construction rules.
Related MCP server: Skills Registry MCP Server
🚀 Running the Server
Streamable HTTP Transport
uv run python main.py --transport streamable-http --port 8000Docker Deployment
docker compose up --build -dThis server cannot be deployed
Maintenance
Related MCP Connectors
Semantic search for people, projects and AI agents by task, skills and collaboration needs.
Search and fetch skills from your org's Skills and Agents catalog. Bearer token required.
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Contextual prompts and agent skills for 140+ AI platforms.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables semantic search across text documents using vector embeddings stored in PostgreSQL. Provides multiple search modalities including semantic similarity, question/answer, and style-based search through a retrieval-augmented generation system.3Apache 2.0
- -licenseNot gradedqualityNot gradedmaintenanceEnables intelligent discovery and management of Claude Skills through semantic search, ratings, favorites, and community curation. Provides tools to search, upload, rate, and organize skills with natural language queries and comprehensive metadata.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to query a personal knowledge vault with hybrid search, entity relationships, user highlights, and vault statistics over a Supabase/Postgres schema.MIT
- AlicenseNot gradedqualityDmaintenanceAutomatically discovers vector indexes in a Neo4j database and exposes each as a semantic search tool with metadata pre-filtering, enabling natural language queries with dynamic filter support.2MIT