Data Collection
fetcher.sh
An MCP server that provides app store search and data retrieval, with free search access and paid data fetching via credits.
ENDPOINT 1
https://appstore.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — App Store
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-app-store]
url = "https://appstore.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-app-store": {
"type": "http",
"url": "https://appstore.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-app-store
Remote MCP URL: https://appstore.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-app-store": {
"url": "https://appstore.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-app-store": {
"type": "http",
"url": "https://appstore.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-app-store",
"transport": "streamable-http",
"url": "https://appstore.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://google-maps.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Google Maps
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-google-maps]
url = "https://google-maps.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-google-maps": {
"type": "http",
"url": "https://google-maps.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-google-maps
Remote MCP URL: https://google-maps.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-google-maps": {
"url": "https://google-maps.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-google-maps": {
"type": "http",
"url": "https://google-maps.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-google-maps",
"transport": "streamable-http",
"url": "https://google-maps.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://google-news.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Google News
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-google-news]
url = "https://google-news.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-google-news": {
"type": "http",
"url": "https://google-news.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-google-news
Remote MCP URL: https://google-news.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-google-news": {
"url": "https://google-news.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-google-news": {
"type": "http",
"url": "https://google-news.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-google-news",
"transport": "streamable-http",
"url": "https://google-news.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://google.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Google Search
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-google-search]
url = "https://google.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-google-search": {
"type": "http",
"url": "https://google.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-google-search
Remote MCP URL: https://google.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-google-search": {
"url": "https://google.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-google-search": {
"type": "http",
"url": "https://google.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-google-search",
"transport": "streamable-http",
"url": "https://google.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://googleplay.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Google Play
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-google-play]
url = "https://googleplay.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-google-play": {
"type": "http",
"url": "https://googleplay.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-google-play
Remote MCP URL: https://googleplay.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-google-play": {
"url": "https://googleplay.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-google-play": {
"type": "http",
"url": "https://googleplay.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-google-play",
"transport": "streamable-http",
"url": "https://googleplay.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://instagram.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Instagram
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-instagram]
url = "https://instagram.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-instagram": {
"type": "http",
"url": "https://instagram.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-instagram
Remote MCP URL: https://instagram.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-instagram": {
"url": "https://instagram.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-instagram": {
"type": "http",
"url": "https://instagram.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-instagram",
"transport": "streamable-http",
"url": "https://instagram.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://reddit.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Reddit
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-reddit]
url = "https://reddit.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-reddit": {
"type": "http",
"url": "https://reddit.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-reddit
Remote MCP URL: https://reddit.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-reddit": {
"url": "https://reddit.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-reddit": {
"type": "http",
"url": "https://reddit.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-reddit",
"transport": "streamable-http",
"url": "https://reddit.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://tiktok.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — TikTok
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-tiktok]
url = "https://tiktok.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-tiktok": {
"type": "http",
"url": "https://tiktok.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-tiktok
Remote MCP URL: https://tiktok.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-tiktok": {
"url": "https://tiktok.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-tiktok": {
"type": "http",
"url": "https://tiktok.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-tiktok",
"transport": "streamable-http",
"url": "https://tiktok.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://twitter.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Twitter / X
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-twitter-x]
url = "https://twitter.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-twitter-x": {
"type": "http",
"url": "https://twitter.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-twitter-x
Remote MCP URL: https://twitter.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-twitter-x": {
"url": "https://twitter.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-twitter-x": {
"type": "http",
"url": "https://twitter.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-twitter-x",
"transport": "streamable-http",
"url": "https://twitter.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://yelp.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — Yelp
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-yelp]
url = "https://yelp.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-yelp": {
"type": "http",
"url": "https://yelp.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-yelp
Remote MCP URL: https://yelp.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-yelp": {
"url": "https://yelp.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-yelp": {
"type": "http",
"url": "https://yelp.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-yelp",
"transport": "streamable-http",
"url": "https://yelp.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 11
https://youtube.fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh — YouTube
- Version
- 1.0.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh-youtube]
url = "https://youtube.fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh-youtube": {
"type": "http",
"url": "https://youtube.fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh-youtube
Remote MCP URL: https://youtube.fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh-youtube": {
"url": "https://youtube.fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh-youtube": {
"type": "http",
"url": "https://youtube.fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh-youtube",
"transport": "streamable-http",
"url": "https://youtube.fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 12
https://fetcher.sh/mcp
MCP server metadata
- Name
- fetcher.sh
- Version
- 1.0.0
Known tools 16
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fetcher-sh]
url = "https://fetcher.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fetcher-sh": {
"type": "http",
"url": "https://fetcher.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fetcher-sh
Remote MCP URL: https://fetcher.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fetcher-sh": {
"url": "https://fetcher.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fetcher-sh": {
"type": "http",
"url": "https://fetcher.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fetcher-sh",
"transport": "streamable-http",
"url": "https://fetcher.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fetcher.sh was fetched 2026-08-24T07:03:39.984Z.
fetcher.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.