Web3 Content MCP Server
Provides tools for storing, searching, retrieving, and deleting web3 content in a Supabase database.
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., "@Web3 Content MCP Serversearch for web3 content about DeFi"
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.
Web3 Content MCP Server
MCP server for web3 content management, blockchain data fetching, and content analysis.
Features
Content Management
save_content- Save web3 articles, posts, documents to Supabasesearch_content- Search by keywords, tags, or blockchainget_content- Retrieve content by IDdelete_content- Remove content
Blockchain Data
get_token_price- Get cryptocurrency prices from CoinGeckoget_trending_tokens- View trending cryptocurrenciesadd_to_watchlist- Track tokens in your watchlistget_watchlist- View watchlist with live prices
Content Analysis
analyze_content- Analyze text for web3 topics, mentioned tokensget_web3_news- Fetch latest crypto news
Setup
Install dependencies:
npm installRun Supabase migration:
Go to your Supabase dashboard
Run
supabase/migrations/001_init.sqlin the SQL editor
Configure environment:
cp .env.example .env
# Edit .env with your Supabase credentialsBuild:
npm run buildTest with MCP Inspector:
npm run inspectClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"web3-content": {
"command": "node",
"args": ["/Users/dahyekim/web3-content-mcp/dist/index.js"],
"env": {
"SUPABASE_URL": "your-supabase-url",
"SUPABASE_KEY": "your-supabase-key"
}
}
}
}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.
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/greyisworking/web3-content-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server