-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
98 lines (98 loc) · 3.11 KB
/
server.json
File metadata and controls
98 lines (98 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.tensorfeed/mcp-server",
"title": "TensorFeed",
"description": "AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified.",
"version": "1.34.0",
"websiteUrl": "https://tensorfeed.ai/developers/agent-payments",
"repository": {
"url": "https://github.com/RipperMercs/tensorfeed-mcp",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.tensorfeed.ai/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@tensorfeed/mcp-server",
"version": "1.34.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "TENSORFEED_TOKEN",
"description": "Bearer token from /api/payment/buy-credits. Required for premium tools (routing, history series, news search, cost projection, webhook watches, enriched agents directory, account balance/usage). Free tools (news, status, pricing, benchmarks, today summary) work without it. Buy credits in USDC on Base at https://tensorfeed.ai/developers/agent-payments.",
"isRequired": false,
"isSecret": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": ["news", "ai-models", "data", "payments"],
"tags": ["ai-news", "x402", "usdc", "base", "model-routing", "agent-payments", "machine-payable", "stablecoin"],
"license": "MIT",
"premium": true,
"premiumPaymentMethod": "USDC on Base mainnet",
"freeTools": [
"get_ai_news",
"get_ai_status",
"is_service_down",
"get_model_pricing",
"get_ai_today",
"get_agent_activity",
"mcp_registry_snapshot",
"probe_latest",
"get_ai_papers_trending",
"get_arxiv_recent",
"get_hf_trending",
"get_hot_issues",
"get_reddit_trending",
"get_openrouter_models",
"get_hf_daily_papers",
"get_ai_ecosystem_today",
"get_recent_earthquakes",
"get_weather_alerts",
"get_agent_opportunities",
"pricing_series_free",
"benchmark_series_free",
"status_uptime_free",
"status_leaderboard_free",
"get_ai_cves_latest",
"get_ai_cves_feed",
"get_ai_cves_stats"
],
"premiumTools": [
"premium_routing",
"pricing_series",
"benchmark_series",
"status_uptime",
"status_leaderboard",
"premium_agents_directory",
"news_search",
"cost_projection",
"provider_deepdive",
"compare_models",
"whats_new",
"mcp_registry_series",
"probe_series",
"list_watches",
"create_price_watch",
"create_status_watch",
"create_digest_watch",
"create_leaderboard_rank_watch",
"delete_watch",
"get_account_balance",
"get_account_usage"
]
}
}
}