occirank/1492vision-mcp-server
If you are the rightful owner of 1492vision-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The 1492 Vision MCP Server is designed to facilitate interaction with the 1492 Vision API, enabling seamless integration with MCP-compatible clients like Claude for Desktop and N8N.
1492 Vision MCP Server
A Model Context Protocol (MCP) server for interacting with the 1492 Vision API.
This server allows easy integration with Claude for Desktop, N8N, and other MCP-compatible clients.
Features
- Exposes 1492 Vision API functionality through MCP tools
- Provides prompts for common SEO tasks
- Easy integration with workflow automation tools like N8N
Tools
1. Beta Tools
-
beta_test
- Perform simple authenticated test.
- Perform simple authenticated test.
-
beta_api_quota
- Returns the user quota (for API calls) remaining for the day.
- Returns the user quota (for API calls) remaining for the day.
-
beta_host_batch
- Rreturns the top 10 hosts with the most articles of the domain given from the urls list.
- Inputs:
urls(string[]): List of requested urls.days(integer): Given period of search.lang(string): Language of the output.
- Rreturns the top 10 hosts with the most articles of the domain given from the urls list.
-
beta_entities_bag_list
- Returns the list of entities bags for the user.
- Returns the list of entities bags for the user.
-
beta_entities_bag_related_entities
- Returns the list of related entities for the given bag.
- Inputs:
bag_uuid(string): Uuid of the bag.lang(string): Language of the output.extra_entities(boolean): If True, includes extra entities (more exotic entities).
- Returns the list of related entities for the given bag.
-
beta_entities_bag_latest_articles
- Returns the latest articles for the given bag.
- Inputs:
bag_uuid(string): Uuid of the bag.days(integer): Given period of search.lang(string): Language of the output.
- Returns the latest articles for the given bag.
-
beta_entities_bag_best_articles
- Returns the top 20 domains for the given bag.
- Inputs:
bag_uuid(string): Uuid of the bag.days(integer): Given period of search.lang(string): Language of the output.
- Returns the top 20 domains for the given bag.
-
beta_entities_bag_top_domains
- Retrieves a list of synonyms related to a given keyword.
- Inputs:
bag_uuid(string): Uuid of the bag.days(integer): Given period of search.lang(string): Language of the output.
- Retrieves a list of synonyms related to a given keyword.
2. Wip Tools
-
wip_livetrends
- Retrieves livetrends at different importance levels.
- Inputs:
lang(string): Language of the output.min(integer): Uuid of the bag.no_thing(boolean): "".less_sport(boolean): "".topic_id(integer): Id of the topic.
- Retrieves livetrends at different importance levels.
-
wip_host_folders
- Returns the folders for the given host.
- Input:
host(string): Host to look for.
- Returns the folders for the given host.
-
wip_host_latest_articles
- Returns the latest articles for the given host.
- Inputs:
host(string): Host to look for.days(integer): Given period of search.lang(string): Language of the articles.folder(string): "".
- Returns the latest articles for the given host.
-
wip_host_best_articles
- Returns the best articles for the given host.
- Inputs:
host(string): Host to look for.days(integer): Given period of search.lang(string): Language of the articles.folder(string): "".
- Returns the best articles for the given host.
-
wip_urls_entities
- Returns the entities for the given urls (max 50 per call).
- Inputs:
urls(string[]): List of requested urls.days(integer): Given period of search.lang(string): Language of the articles.
- Returns the entities for the given urls (max 50 per call).
-
wip_urls_topics
- Returns the topics for the given urls (max 50 per call).
- Inputs:
urls(string[]): List of requested urls.days(integer): Given period of search.lang(string): Language of the articles.
- Returns the topics for the given urls (max 50 per call).
-
wip_entity_latest_articles
- Returns the latest articles for the given entity.
- Inputs:
entity_id(string): Id of the requested entity.days(integer): Given period of search.lang(string): Language of the articles.
- Returns the latest articles for the given entity.
-
wip_entity_best_articles
- Returns the best articles for the given entity.
- Inputs:
entity_id(string): Id of the requested entity.days(integer): Given period of search.lang(string): Language of the articles.
- Returns the best articles for the given entity.
-
wip_entity_related_entities
- Returns the related entities for the given entity.
- Inputs:
entity_id(string): Id of the requested entity.days(integer): Given period of search.lang(string): Language of the articles.
- Returns the related entities for the given entity.
Configuration
- Sign up for an 1492 Vision account.
- Choose a plan.
- Generate your API key.
- Use the API key for the 1492 Vsion server in the Claude Desktop configuration file.
Usage with Claude Desktop
Add this server to your Claude Desktop configuration file claude_desktop_config.json:
NPX
{
"mcpServers": {
"1492vision": {
"command": "npx",
"args": [
"@occirank/1492vision-mcp-server"
],
"env": {
"ACCESS_API_KEY": "your_1492vision_api_key"
}
}
}
}
License
MIT