Tech API
Comprehensive information about technology stacks, development platforms, and tools used in modern software development.
https://bookchaowalit-techspace-frontend.vercel.app/api/mcpGet tech articles
Search tech content
Get tech stack info
Get platform details
Get tool info
Get best practices
1. Make a POST request to the API endpoint:
curl -X POST https://bookchaowalit-techspace-frontend.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}'2. Call a specific tool:
curl -X POST https://bookchaowalit-techspace-frontend.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_techspace_articles",
"arguments": {}
}
}'